Skip to content

Python implementation of Nighttime low illumination image enhancement with single image using bright/dark channel prior.

Notifications You must be signed in to change notification settings

ba-san/Python-image-enhancement-with-bright-dark-prior

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Python-image-enhancement-with-bright-dark-prior

This repository is a python implementation of Nighttime low illumination image enhancement with single image using bright/dark channel prior.
Some of the codes are different from the original paper because some descriptions there are missing & wrong.

How to Run

You need to modify inside if __name__ == '__main__': in dehaze.py for image, directory and parameters setting.
You can use multi-dehaze.sh for multi-image processing.

Examples

Input Output

Limitation

I noticed the result is quite bad if spotlights in image.

Input Output

Acknowledge

The codes are based on the following repository.
https://github.com/joyeecheung/dark-channel-prior-dehazing

About

Python implementation of Nighttime low illumination image enhancement with single image using bright/dark channel prior.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published