Ask Your Question
1

Which version of OpenCV to use?

asked 2012-10-31 00:31:09 -0600

UserOpenCV gravatar image

I found Opencv2.4.3 get released, and experienced guys or people who already started working on this latest version can suggest me a stable version? Or is it good to go with the latest one? Am Planning to use this version both in Linux and Windows. Please post your suggestions..

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
4

answered 2012-10-31 03:02:57 -0600

Kirill Kornyakov gravatar image

updated 2012-10-31 03:50:23 -0600

AlexanderShishkov gravatar image

You could wait a week and use stable 2.4.3 version. And you can start with 2.4.3rc, it is stable enough.

You should also know, that minor versions (2.4.x) of OpenCV are binary compatible: http://upstream-tracker.org/versions/opencv.html . That means that you shouldn't even recompile your application while switching from one "minor" version to another. And of course you shouldn't change anything in your sources. But 2.5 version will introduce API changes, as the Git master branch right now.

edit flag offensive delete link more
0

answered 2012-10-31 02:59:25 -0600

Mahdi gravatar image

You may use 2.4.2 the most stable version. It depends on your kind of project.
You should check the release notes to see whether newer versions, have feature that will affect your project as well.
One of the most important updates in newer versions is for high performance computing using GPU Cuda and OpenCL.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-10-31 00:31:09 -0600

Seen: 1,001 times

Last updated: Oct 31 '12