Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 515 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 515 Bytes

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