which version is suitable for Visual Studio 2008/2012 64bit.

asked 2016-11-18 10:44:57 -0600

Hi, I have both VS 2008 and 2012 version. I need to use 64 bit compile. so which is the best Opencv for 64 bit compilation. Advance Thanks for your support.

edit retag flag offensive close merge delete

Comments

1

You should go for VS2012 as VS2008 is too old (no support of C++11 and plenty of similar things). Also, OpenCV is tested only with recent compilers.

Eduardo gravatar imageEduardo ( 2016-11-18 11:37:32 -0600 )edit
1

if you want my 2ct. here: opencv is a living thing (while downloading a binary from SF gives you a dead snapshot) , bugs/fixes/additions happen any given day, so do it the hard way: git clone https://github.com/opencv/opencv , - and then build from src (using cmake) locally, using your preferred VS version)

berak gravatar imageberak ( 2016-11-18 11:50:36 -0600 )edit