opencv - linux installation

1. The configuration of the system installation source

Recommend a blog: 2017 apt-get install the latest version of the source to replace Ali cloud sources . Currently convenient links to foreign servers, resulting in ubuntu update installation error-prone. Therefore, after the first loading system installation source configuration.

2. Installation libgtk2.0-dev and pkg-config

Excuting an order

sudo apt-get update

sudo apt-get install libgtk2.0-dev

sudo apt-get install pkg-config

3. Installation opencv-3.3.0

First download pence-3.3.0 source code. Note opencv provide direct source for linux, and will not ios, windows display the same signs. Then enter the command to extract the installation.

unzip opencv-3.3.0.zip

cd opencv-3.3.0

mkdir build

cd build

cmake ..

make

make install

 

4.opencv download post

Here are some of the chiefs to download a good bag on the network drive allows us to easily download ~ thanks

https://blog.csdn.net/yanzi1225627/article/details/47668021

I have installed this package of opencv3.3.0

Link: https: //pan.baidu.com/s/1Ue9r8CWAyQ3wX85-hHg0YA extraction code: kuX7 

Guess you like

Origin www.cnblogs.com/yangjiquan/p/11368277.html
Recommended