This package has the intention of accelerate the OpenCV installation process by running a bash with all the dependencies and reposituries that are needed.
- Put the bash file into the directory that you want to clone the OpenCV repositories.
- Define the version that you want by changing the cvVersion variable on the file.
- Use the chmod to turn the script into an executable file.
chmod +x .\opencv_installation.sh
- Run the bash file.
.\opencv_installation.sh