Ask Your Question
0

opencv using C

asked 2013-02-26 23:25:47 -0600

chaitanya gravatar image

can i write programs in C language using opencv or is it only possible with C++?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-02-27 01:41:44 -0600

berak gravatar image

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

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-26 23:25:47 -0600

Seen: 206 times

Last updated: Feb 27 '13