from skimage.exposure import match_histograms match_histograms 的实现非常简洁有效。直方图匹配或者直方图规定化 import cv2import numpy as npfrom matplotlib import pyplot as pltdef match_histograms(image, reference, *, cha
项目主页:CAIP2017 (baidut.github.io) 项目代码:AndyHuang1995/Image-Contrast-Enhancement: Python implementation of "A New Image Contrast Enhancement Algorithm Using Exposure Fusion Framework", CAIP2017 (github