img = cv.imread('wiki.jpg',0). hist,bins = np.histogram(img.flatten(),256,[0,256]). cdf = hist.cumsum(). cdf_normalized = cdf * float(hist.max()) / cdf.max ...
確定! 回上一頁