AndyHuang1995 / Image-Contrast-Enhancement

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

Home Page:https://baidut.github.io/OpenCE/caip2017.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://baidut.github.io/OpenCE/caip2017.html


Languages

Language:Python 100.0%