Skip to content

Files

Latest commit

57b5cef · Jan 18, 2023

History

History

Improving-Illumination-in-Night-Time-Images

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 9, 2021
Mar 18, 2021
Jan 18, 2023

Improving Illumination in Night Time Images

This repository contains code for Improving Illumination in Night Time Images blogpost.

download

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.