Skip to content

This code is a python implementation of the paper, "Illumination Estimation for Nature Preserving Low Light Image Enhancement",in 2020.

License

Notifications You must be signed in to change notification settings

DavidQiuChao/NPLIE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPLIE

This code implements the paper, "Illumination Estimation for Nature Preserving Low Light Image Enhancement". This implementation may differ from the description in the paper, because the description is ambiguously. If you find this code is helpfully and have futher advice, please feel free to contact me.

Difference

For computing the weight matrix "G", the first-order derivative in horizonal and vertical direction are combined together,then logarithmic is implemented on it instead of in both direction separately.

Usage

Simply,run the command "python main.py -i 'dataPath'" in your console. The 'dataPath' specifies the testing image directory.

Sample Results

input image our result
4ori 4
6ori 6
7ori 7
9ori 9

About

This code is a python implementation of the paper, "Illumination Estimation for Nature Preserving Low Light Image Enhancement",in 2020.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages