Ask Your Question
0

Is Opencv c api outdated

asked 2012-12-25 12:46:43 -0600

Ahmed Kato gravatar image

I am trying to download opencv c api source code and compile it , so i can use it in Raspberry pi I found that C API is was designed in OpenCV 1.x. Now it is supported for backward compatibility only. It is depricated and may be removed in the future.

So is OpenCV C api outdated or I can download the older version's source code ??

edit retag flag offensive close merge delete

Comments

1 answer

Sort by ยป oldest newest most voted
2

answered 2012-12-26 01:44:27 -0600

C API is fully supported by current 2.4.3 version on OpenCV, so you can use the latest version of library now. But using of old C style API is not recommended. Also you can get problems with some new features, that was added to library in 2.x versions. Most of them have C++ API only and are not available in C programs.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-12-25 12:46:43 -0600

Seen: 598 times

Last updated: Dec 26 '12