2015年4月22日 星期三

Integrate OpenCV and Python

Install WinPython-64bit-2.7.9.4 which includes:
   Python 2.7.9   (OpenCV 2.4 supports Pythin 2.x while OpenCV 3.0 supports Python 3.x)
   NumPy 1.9.2
   SciPy 0.15.1

Copy \build\python\2.7\x64\cv2.pyd to \\Lib\site-packages

Verify (using IDEL)
   import cv2
   print (cv2.__version__)

沒有留言: