Image-Contrast-Enhancement icon indicating copy to clipboard operation
Image-Contrast-Enhancement copied to clipboard

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

Results 14 Image-Contrast-Enhancement issues
Sort by recently updated
recently updated
newest added

Do you think that adding more train data would improve the results?

Bumps [scipy](https://github.com/scipy/scipy) from 1.2.2 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

Replaced the deprecated scipy.misc.imresize function with numpy.array(Image.fromarray(arr).resize()), according to scipy's documentation at https://docs.scipy.org/doc/scipy-1.2.1/reference/generated/scipy.misc.imresize.html Now you can use newer versions of scipy