python opencv 镜像网址

opencv(python) 中文参考文档:https://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_gui/py_image_display/py_image_display.html#display-image

opencv 安装 

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

阿里云 
http://mirrors.aliyun.com/pypi/simple/

中国科技大学 
https://pypi.mirrors.ustc.edu.cn/simple/

豆瓣(douban) 
http://pypi.douban.com/simple/

清华大学 
https://pypi.tuna.tsinghua.edu.cn/simple/

中国科学技术大学 
http://pypi.mirrors.ustc.edu.cn/simple/


pip install tensorflow -i https://pypi.tuna.tsinghua.edu.cn/simple/

pip 安装的一些库

opencv-python
opencv-contrib-python
pillow
numpy

你可能感兴趣的:(python,opencv,python)