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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章