Porting to C

asked 2015-10-18 08:01:44 -0600

For a parallelization project, I need to specifically use openCV with source code in pure C. I know that openCV still has a C "interface", but that's not what I am looking for. I will be using pretty basic functionalities like read image, canny edge detection and show image. I started with types_c.h but soon the dependencies is going out of hand which are written in C++. Can someone share tips for how to go about this?

edit retag flag offensive close merge delete