Tim M 57b5cefde5 Updated all `.md` files to contain newest image 2 anni fa
..
cpp 83d1812ce6 Update brighten.cpp 4 anni fa
python bb9b096732 wrong return variable in the `dehaze` function. 4 anni fa
README.md 57b5cefde5 Updated all `.md` files to contain newest image 2 anni fa

README.md

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.