Win10 install opencv for python

Win10 install opencv
  • Environment: amd, x64, win10, python3.6
  • Download OpenCV – 3.4.9 Windows version
  • Run the decompression to get the opencv folder, copy it to C:\opencv
  • Open: My Computer-Properties-Advanced System Settings-Advanced-Environment Variables-System Variables-Path
  • Add an entry in Path: C:\opencv\build\x64\vc15\bin
  • Copy C:\opencv\build\python\cv2\python-3.6\cv2.cp36-win_amd64.pydto C:\Users\王振东\AppData\Local\Programs\Python\Python36\Lib\site-packagesthe

Guess you like

Origin blog.csdn.net/ManWZD/article/details/104552514