Skip to content

vpec/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

scripts

Useful free-to-use scripts.

install-opencv

This script is based on the original code from milq. It provides a simple installation of OpenCV from source for Debian and Debian based Linux distributions (e.g. Ubuntu).

It also enables -DOPENCV_ENABLE_NONFREE:BOOL flag in case you want to install the extra contrib modules.

You can change options such as OpenCV version to install and installation of the extra modules in the first lines of the script.

# -------------------------------------------------------------------- |
#                       SCRIPT OPTIONS                                 |
# ---------------------------------------------------------------------|
OPENCV_VERSION='3.4.9'       # Version to be installed
OPENCV_CONTRIB='YES'          # Install OpenCV's extra modules (YES/NO)
# -------------------------------------------------------------------- |

About

Useful scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages