jaula and opencv
Status: Beta
Brought to you by:
morongo
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