This repository contains code for Improving Illumination in Night Time Images blogpost.
To run the code in Python, please go into the python
folder and use python night_images.py
To run the code in C++, please go into the cpp
folder and follow the steps given below:
mkdir build
cd build
cmake ..
cmake --build . --config Release
cd ..
./build/Illuminate
Want to become an expert in AI? AI Courses by OpenCV is a great place to start.