Python implementations of "A New Image Contrast Enhancement Algorithm Using Exposure Fusion Framework"
- histogram equalization(he)
- dynamic histogram equalization(dhe)
- A New Image Contrast Enhancement Algorithm Using Exposure Fusion Framework
- scipy
- numpy
- imageio
- matplotlib
- cv2
- skimage
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>