Skip to content

Shell scripts to install github version of OpenCV.

Notifications You must be signed in to change notification settings

icarofua/Install_OpenCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install_OpenCV

Shell scripts to install OpenCV with OpenCV-contrib.

First, you need to set running permission.

$ chmod +x *

After, you can run the dependencies installer by the command below.

$ ./dependencies.sh

After, you can edit the cmake options in install_opencv.sh if necessary. Finally, you can run the command below.

$ ./install_opencv.sh

This command installs OpenCV 3.0.0, if you prefer can install the git version using the command below.

$ ./install_opencv_git.sh

About

Shell scripts to install github version of OpenCV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages