Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi,

Please go to this link and check the code:https://github.com/mshabunin/opencv/blob/1f983ec39c97298b0c8ce409a1cc229ecf14e55c/modules/core/src/parallel.cpp

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/how-to-install-opencv-3-with-codeblocks-16-and-gcc-5-on-windows.html 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.

click to hide/show revision 2
No.2 Revision

updated 2016-11-04 01:41:55 -0600

berak gravatar image

Hi,

Please go to this link and check the code:https://github.com/mshabunin/opencv/blob/1f983ec39c97298b0c8ce409a1cc229ecf14e55c/modules/core/src/parallel.cppcode:

https://github.com/mshabunin/opencv/blob/1f983ec39c97298b0c8ce409a1cc229ecf14e55c/modules/core/src/parallel.cpp

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/how-to-install-opencv-3-with-codeblocks-16-and-gcc-5-on-windows.html 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.