Ask Your Question

Shourya's profile - activity

2015-03-03 03:16:22 -0600 asked a question OPEN CV in a pure c compiler

Actually I am performing a video processing task and i have been successful in it to my requirement on my ubuntu sytem but now i need to implement same program on another compiler which is a pure c complier . Can anyone tell me how i can use opencv libraries there because many a functions and data types use c++ features like class or scope resolution operator (::) , using namespace etc. also its not possible to to replace them with alternatives everywhere .!!

2014-07-10 18:07:50 -0600 asked a question contour within a contour

How can i assign a same label or something like that so that i can draw a contour alongwith all its internal contours and the move on to others ?