Skip to content
/ linux Public

在ubuntu18.04一键安装opencv3.4.1的脚本

Notifications You must be signed in to change notification settings

ygowill/linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

ubuntu 18.04 OpenCV3.4.1 安装脚本

使用如下指令运行脚本(在运行ubuntu_opencv_installation.sh的过程中需要输入几次密码)

cd ~
sudo apt-get install git
git clone https://github.com/ygowill/linux.git
cd ./linux
sudo chmod +x ubuntu_opencv_install.sh

   sh ubuntu_opencv_install.sh   source /etc/bash.bashrc sudo updatedb

在安装完成后,可使用如下指令运行示例程序,判断安装是否成功。

cd ~/linux/opencv-3.4.1/samples/cpp/example_cmake
cmake .
make
./opencv_example

About

在ubuntu18.04一键安装opencv3.4.1的脚本

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages