Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The first problem was that I forgot enable BUILD_opencv_python2. It's required to enable these value, because it will build your Python opencv file.

The second problem was that I choosen VS2013 x64 in CMake, because I installed these version. But the correct VS version for Python 2.7.xx is VS2013 x86, because Python is 32bit and not 64bit.

After I changed the VS2013 type everthing went well and I could install OpenCV_contrib without problems.

Thank you for your help ;)