A simple c++ script to upscale an image
virtualenv venv
source venv/bin/activate
pip install numpy
// make sure to activate the venv before installing numpygit clone https://github.com/opencv/opencv.git
git clone https://github.com/opencv/opencv_contrib.gitbrew install opencvsudo apt update
sudo apt install libopencv-devSee here.
chmod u+x compile.sh # run this command only once
./compile.shg++ -std=c++17 -o out src/main.cpp $(pkg-config --cflags --libs opencv4)
./out- use deep learning models to enhance images
- use techniques like:
- Sharpening
- Constrast Enhancement
- Denoising
- Super-Resolution
- HDR Imaging
- Color Correction