Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 574 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 574 Bytes

AGCWD

This is a MATLAB implementation code for the paper "Efficient Contrast Enhancement Using Adaptive Gamma Correction With Weighting Distribution" at: https://ieeexplore.ieee.org/abstract/document/6336819/. This method enhances the contrast of images

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