Ask Your Question

Revision history [back]

Porting to C

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?