opencv-01-环境安装

环境的安装

python

anaconda

pip

opencv-python

(base) C:\Users\Jackinsun\Anaconda3\Scripts>pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-python==3.4.1.15
        
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting opencv-python==3.4.1.15
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/2b/31/cc5cf31258dc2cbb50dd1b046164add33804eab7af036d86aa68d45c7f6c/opencv_python-3.4.1.15-cp36-cp36m-win_amd64.whl (33.6 MB)
     |████████████████████████████████| 33.6 MB 85 kB/s
Requirement already satisfied: numpy>=1.11.3 in c:\users\jackinsun\anaconda3\lib\site-packages (from opencv-python==3.4.1.15) (1.14.0)
Installing collected packages: opencv-python
Successfully installed opencv-python     -3.4.1.15

(base) C:\Users\Jackinsun\Anaconda3\Scripts>

引入

成功导入

结果

opencv-contrib-python

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-contrib-python==3.4.1.15


(base) C:\Users\Jackinsun\Anaconda3>pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-contrib-python==3.4.1.15
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting opencv-contrib-python==3.4.1.15
  Downloading https://pypi.tuna.tsinghua.edu.cn/packages/2f/70/a688a6fc8d367c9bc78e27b8dc419daa8320f78e890af90b666aa7a91609/opencv_contrib_python-3.4.1.15-cp36-cp36m-win_amd64.whl (39.2 MB)
     |████████████████████████████████| 39.2 MB 6.4 MB/s
Requirement already satisfied: numpy>=1.11.3 in c:\users\jackinsun\anaconda3\lib\site-packages (from opencv-contrib-python==3.4.1.15) (1.14.0)
Installing collected packages: opencv-contrib-python
Successfully installed opencv-contrib-python-3.4.1.15

opencv-contrib-python

jupyter notebook

image-20200316110446892

离线下载

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

发布了225 篇原创文章 · 获赞 140 · 访问量 25万+

猜你喜欢

转载自blog.csdn.net/jankin6/article/details/105293932
今日推荐