python-OpenCV 圖像處理 -- 改變圖像對比度和亮度

採用按像素的方式改變圖像對比度和亮度,公式以下 python g(x)=αf(x)+β g ( x ) = α f ( x ) + β 其中 α α 調節對比度, β β 調節亮度 def Contrast_and_Brightness(alpha, beta, img): blank = np.zeros(img.shape, img.dtype) # dst = alpha *
相關文章
相關標籤/搜索