Development environment OS: windows 10 64bit Intel(R) Core(TM) i5-4210M CPU @ 2.60GHz
Introducing an environment for people who use python for image processing purposes
Thing you want to do Introduced anaconda (python2.x) Make opencv2 system available in python
Reference here https://www.slideshare.net/HirokatsuKataoka/python-45645838
Download python 2.7 version 64-Bit from Anaconda official website (If you don't want to use the latest version, download it from here)
The installer is interactive, so install it properly
Same as here until opencv is downloaded and unzipped (environment variables do not need to be changed)
The files here``` C:\opencv\build\python\2.7\x64\cv2.pyd C:\opencv\sources\modules\python\src2\cv.py
```Copy to this folder`c
This is the end
Start command line (Windows key + r cmd)
On the command line
python
import cv2
If there is no error after entering, installation ends
Recommended Posts