1 | initial version |
I had the same problem with opencv-3.0.0-beta and opencv-3.0.0-rc1.
My working solution with cmake-gui tool:
OPENCV_EXTRA_MODULES_PATH:PATH=../opencv_contrib/modules
for extra modules)After that run make -j6 and make install. After that I got working cv2 module for both python2 and python3.
2 | No.2 Revision |
I had the same problem with opencv-3.0.0-beta and opencv-3.0.0-rc1.
My working solution with cmake-gui tool:
OPENCV_EXTRA_MODULES_PATH:PATH=../opencv_contrib/modules
for extra modules)After that than run make -j6 and make install. After that than I got working cv2 module for both python2 and python3.
3 | No.3 Revision |
I had the same problem with opencv-3.0.0-beta and opencv-3.0.0-rc1.
My working solution with cmake-gui tool:
OPENCV_EXTRA_MODULES_PATH:PATH=../opencv_contrib/modules
for extra modules)After than run make -j6 and make install. After than I got working cv2 module for both python2 and python3.
4 | No.4 Revision |
I had the same problem with opencv-3.0.0-beta and opencv-3.0.0-rc1.
My working Working solution for me with cmake-gui tool:
OPENCV_EXTRA_MODULES_PATH:PATH=../opencv_contrib/modules
for extra modules)After than that run make -j6 and make install. After than that I got working cv2 module for both python2 and python3.