which version is suitable for Visual Studio 2008/2012 64bit.
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.
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.
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)