Menu

#14 jaula and opencv

v1.2.0
open
library (12)
5
2010-06-08
2010-06-08
Anonymous
No

Hi! I'm creating some opencv app and decided to use JSON to pass some objects inside my system. And here problem begans.
I process a picture inside one thread, get some data from it - then serialize it to JSON strings. As a veryfication I want to recover objects from those strings and compare them. Then problem occurs - parser aborts when it meets a float inside the table. It says "non-numerical value <here comes the float> not enclosed in double quotes". But here it is fun part - when I comment imshow() line, which I use to have preview on the processed file, problem vanishes and parsing continues without any problems. Any clues what could cause this error??
Best Regards
Konrad

Discussion


Log in to post a comment.