Ubuntu安装OpenCV开发环境

前端之家收集整理的这篇文章主要介绍了Ubuntu安装OpenCV开发环境前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

Ubuntu系统:

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial

sudo apt-get install libtbb2 libtbb-dev libtbb-doc

sudo apt-get install cmake cmake-doc cmake-data cmake-curses-gui cmake-qt-gui

sudo apt-get install libpng3

sudo apt-get install libjpeg-dev libjpeg8 libjpeg8-dev

sudo apt-get install libtiff5 libtiff5-dev libtiff-doc

sudo apt-get install libjasper-dev libjasper1

sudo apt-get install libavcodec-dev

sudo apt-get install python3-numpydoc python-scipy python-numpy python3-scipy python3-numpy python-numpy-doc

原文链接:https://www.f2er.com/ubuntu/351369.html

猜你在找的Ubuntu相关文章