Ask Your Question

smitagh's profile - activity

2016-11-04 01:44:03 -0600 received badge  Necromancer (source)
2016-11-04 01:39:49 -0600 answered a question Is anyone know how to use opencv 3.1 in eclipse ide? (windows 64bit) ive searching for days now and still cant figure out how. Ive tried some methods but when I run the "mingw32-make" i always got errors.

Hi,

Please go to this link and check the code:

https://github.com/mshabunin/opencv/b...

This is the fix of the parallel.cpp of the OpenCV for Netbeans or eclipse on Windows 64-bit.

I used the MinGW64, CMake and msys to compile the OpenCV by replacing the parallel.cpp with the above mentioned one.

I followed these blogs: 1. http://zdravv.ru/watch/G9IBIEDex18/ho... 2.https://zahidhasan.wordpress.com/2013/02/16/how-to-install-opencv-on-windows-7-64bit-using-mingw-64-and-codeblocks/

You can download code blocks from: http://www.codeblocks.org/downloads/26

I hope this is helpful!

regards.