OpenCV + MinGW

asked 2014-09-28 02:15:24 -0600

updated 2014-09-28 02:34:05 -0600

berak gravatar image

There is no MinGW compatible versions of OpenCV at http://sourceforge.net/projects/opencvlibrary/files/opencv-win/ Where can I download OpenCV 2.4.3-.2.4.7, which are compatible with MinGW?

edit retag flag offensive close merge delete

Comments

2

even if you find an older opencv version with prebuilt mingw libs, it might not be compatible with your mingw environment( c++ libs, etc), that's the reason, they stopped including them.

so stop looking for it, get 2.4.9 and cmake instead, and build the opencv libs locally.

berak gravatar imageberak ( 2014-09-28 02:33:32 -0600 )edit