Python-OpenCV 圖像處理(十):直方圖均衡化 , 直方圖比較

import cv2 import numpy as np from matplotlib import pyplot as plt __author__ = "zxsuperstar" __email__ = "zxsuperstar@163.com" """ 直方圖均衡化 , 直方圖比較 """ def equalHist_demo(image): gray = cv2.cvtCo
相關文章
相關標籤/搜索