Ubuntu 18.04 快速安装 OpenCV-Python 无源码编译

Opencv大家很熟悉了,经典的图像处理库。

下载whl安装包

打开网站 https://pypi.tuna.tsinghua.edu.cn/simple/opencv-contrib-python/选择对应版本安装包,我选择 opencv_contrib_python-3.4.9.33-cp36-cp36m-manylinux1_x86_64.whl

安装OpenCV-Python

sudo pip3 install opencv_contrib_python-3.4.9.33-cp36-cp36m-manylinux1_x86_64.whl

你可能感兴趣的:(linux,游戏开发,ROS,opencv,python,ubuntu)