Ask Your Question

Revision history [back]

Build opencv again and this should be resolved for you: https://github.com/whizzzkid/opencv-complete-build-cuda

Oneline install:

$ curl -fsSL http://bit.ly/OpenCV-Latest | [optirun] bash -s /path/to/download/folder

If it does not work try:

$ gdb python
(gdb) run -c "import cv2"

Post the error here.