Kuhax
Kuhax
Hello, could you explain how you compiled the text module from opencv_contrib repository ? I was able to build opencv trunk with opencv_contrib extra modules (linking correctly to leptonica and...
Hello. I would like to obtain an actual difference between 2 JSON with same schema. JSON1 -> ``` {"key1":[{"prop1":"a","name":"a","status":"active","values":["val1"]}], "key2":[{"property":"oneProperty","name":"name","type":"someType"}, {"property":"differentProperty","name":"someOtherName","type":"someOtherType"},]}; ``` JSON2 -> ``` {"key1":[{"prop1":"a","name":"a","status":"active","values":["val1"]}], "key2":[{"property":"oneProperty","name":"name","type":"someType"}]}; ``` Delta is...