Skip to content

mjlee111/OpenCV_auto_installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV Auto Installer

░█████╗░██████╗░███████╗███╗░░██╗░█████╗░██╗░░░██╗ ██╔══██╗██╔══██╗██╔════╝████╗░██║██╔══██╗██║░░░██║ ██║░░██║██████╔╝█████╗░░██╔██╗██║██║░░╚═╝╚██╗░██╔╝ ██║░░██║██╔═══╝░██╔══╝░░██║╚████║██║░░██╗░╚████╔╝░ ╚█████╔╝██║░░░░░███████╗██║░╚███║╚█████╔╝░░╚██╔╝░░ ░╚════╝░╚═╝░░░░░╚══════╝╚═╝░░╚══╝░╚════╝░░░░╚═╝░░░

This shell file installs OpenCV, version you desire.

- For ROS users, some packages might be deleted after the installation. Can be restored while the installation.

- Some OpenCV versions may not be installed with this script. This is NOT an official installer!

Test Environments

- Ubuntu 18.04

- Ubuntu 20.04

- Ubuntu 22.04

How to use

OpenCV Installer

sudo apt-get install git
cd
git clone https://github.com/mjlee111/OpenCV_auto_installer.git
cd OpenCV_auto_installer
./opencv_installer.sh

After running the command above ...

Screenshot from 2023-06-09 08-34-51

If there is a opencv or opencv4 already installed, the shell will ask wether to continue or stop.

Press ENTER to continue or any other key to stop.

Screenshot from 2023-06-09 05-16-36

If there is no opencv or opencv4 installed, the shell will ask what version you will install.

CV_bridge Symbolic link & config file setup for ROS users. (currently noetic only)

sudo bash CVBRIDGE.sh

Releases

No releases published

Packages

No packages published

Languages