Skip to content

AndyHuang1995/Image-Contrast-Enhancement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Contrast-Enhancement

Python implementations of "A New Image Contrast Enhancement Algorithm Using Exposure Fusion Framework"

Already Implemented

  • histogram equalization(he)
  • dynamic histogram equalization(dhe)
  • A New Image Contrast Enhancement Algorithm Using Exposure Fusion Framework

Requirements

  • scipy
  • numpy
  • imageio
  • matplotlib
  • cv2
  • skimage

Usage

If you want the result of "A New Image Contrast Enhancement Algorithm Using Exposure Fusion Framework"

python ying.py <input image>

If you want the result of "A Dynamic Histogram Equalization for Image Contrast Enhancement"

python dhe.py <input image>

If you want the result of histogram equalization

python he.py <input image>

Results

Releases

No releases published

Packages

No packages published

Languages