1 | initial version |
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++.