Hello,
I followed these installation instructions very closely: http://opencvpython.blogspot.de/2012/05/install-opencv-in-windows-for-python.html
The installation procedure is as follows (windows):
1. Download current version of opencv (opencv-3.0.0.exe)
2. Extract to C:\Python27\Lib\site-packages\opencv
3. Import into Spyder (import cv2)
But when I try to **import cv2** in my Spyder tool (Python version 2.7) claims there is **no module named cv2**.
Is this possibly a compatibility issue? Do I need to set a new path in Spyder? Maybe missing an additonal step?
Many thanks,
Will
↧