Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mjlee111/opencv_auto_installer
OpenCV Installer File
https://github.com/mjlee111/opencv_auto_installer
opencv opencv3 opencv4
Last synced: 9 days ago
JSON representation
OpenCV Installer File
- Host: GitHub
- URL: https://github.com/mjlee111/opencv_auto_installer
- Owner: mjlee111
- License: mit
- Created: 2023-06-08T19:27:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-12T07:36:35.000Z (5 months ago)
- Last Synced: 2024-06-12T12:46:50.410Z (5 months ago)
- Topics: opencv, opencv3, opencv4
- Language: Shell
- Homepage:
- Size: 67.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```shell
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](https://github.com/mjlee111/OpenCV_auto_installer/assets/66550892/c08b064f-b92e-4cb8-9400-eb738b9591a9)
#### 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](https://github.com/mjlee111/OpenCV_auto_installer/assets/66550892/1c1be558-2509-4005-bd9a-470a08d89088)
#### 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)
```shell
sudo bash CVBRIDGE.sh
```