Ask Your Question

Revision history [back]

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 .!!