Skip to content
/ AGCWD Public

Efficient Contrast Enhancement Using Adaptive Gamma Correction With Weighting Distribution

License

Notifications You must be signed in to change notification settings

bqm1111/AGCWD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

AGCWD

This is a C++ implementation code using OpenCV libraryfor the paper "Efficient Contrast Enhancement Using Adaptive Gamma Correction With Weighting Distribution" at: https://ieeexplore.ieee.org/abstract/document/6336819/.

Inputs:

      -input_image: can be either gray image or colorful image
      
      -parameter  : (optional) weighting parameter for the histogram
       can be [0,1]. Default is 0.5

Output:

      -enhanced_image: the result image after applying AGCWD contrast enhancement

About

Efficient Contrast Enhancement Using Adaptive Gamma Correction With Weighting Distribution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages