Image Contrast Enhancement Save

Python implementation of "A New Image Contrast Enhancement Algorithm Using Exposure Fusion Framework", CAIP2017

Project README

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

Open Source Agenda is not affiliated with "Image Contrast Enhancement" Project. README Source: AndyHuang1995/Image-Contrast-Enhancement

Open Source Agenda Badge

Open Source Agenda Rating