Skip to content

Latest commit

 

History

History
 
 

Improving-Illumination-in-Night-Time-Images

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Improving Illumination in Night Time Images

Instructions

Python

To run the code in Python, please go into the python folder and use python night_images.py

C++

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

AI Courses by OpenCV

Want to become an expert in AI? AI Courses by OpenCV is a great place to start.