OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::intensity_transform 名稱空間參考

函式

void autoscaling (const Mat input, Mat &output)
 給定一個輸入 bgr 或灰度影像,在 [0, 255] 範圍內應用自動縮放以增加輸入影像的對比度並返回結果影像。
 
void BIMEF (InputArray input, OutputArray output, float k, float mu, float a, float b)
 給定一個輸入彩色影像,使用 BIMEF 方法增強低光照影像([312] [313])。
 
void BIMEF (InputArray input, OutputArray output, float mu=0.5f, float a=-0.3293f, float b=1.1258f)
 給定一個輸入彩色影像,使用 BIMEF 方法增強低光照影像([312] [313])。
 
void contrastStretching (const Mat input, Mat &output, const int r1, const int s1, const int r2, const int s2)
 給定一個輸入 bgr 或灰度影像,在 [0, 255] 範圍內應用線性對比度拉伸並返回結果影像。
 
void gammaCorrection (const Mat input, Mat &output, const float gamma)
 給定一個輸入 bgr 或灰度影像和常數 gamma,對影像在 [0, 255] 範圍內應用冪律變換,又稱 gamma 校正,並返回結果影像。
 
void logTransform (const Mat input, Mat &output)
 給定一個輸入 bgr 或灰度影像和常數 c,對影像在 [0, 255] 範圍內應用對數變換,並返回結果影像。