兵马逐浪去,将象入海流。炮声震心动,惊起卧龙游。
我的博客园主页 --------- 我的知乎主页 --------- 我的github主页 --------- 我的csdn主页 --------- 我的新浪微博

pip或者anacnda安装opencv以及opencv-contrib

一条命令就可以搞定:

pip install opencv-contrib-python   opencv-python  

或者:

pip install opencv-contrib-python==3.4.0.12

 

下载网址:

https://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv

OpenCV, a real time computer vision library.

Pillow, a replacement for PIL, the Python Image Library, which provides image processing functionality and supports many file formats.
Use `from PIL import Image` instead of `import Image`.

另外有参考网址:

https://pypi.org/project/opencv-contrib-python/ 

 

posted @ 2018-07-11 09:12  leoking01  阅读(3589)  评论(0)    收藏  举报
#back-to-top { background-color: #00CD00; bottom: 0; box-shadow: 0 0 6px #00CD00; color: #444444; padding: 10px 10px; position: fixed; right: 50px; cursor: pointer; }