opencv using C
can i write programs in C language using opencv or is it only possible with C++?
can i write programs in C language using opencv or is it only possible with C++?
you can't compile opencv using c99, so no.
the so called 'C' api, is just the old 1.0 api, which resembles more C than c++ most of the times, (using lots of pointers, create & release functions instead of raai, etc) but it's still c++.
Asked: 2013-02-26 23:25:47 -0600
Seen: 225 times
Last updated: Feb 27 '13
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
Using OpenCV's stitching module, strange error when compositing images
compile error in opencv2/flann/lsh_table.h when compiling bgslibrary