Function opencv::imgproc::adaptive_threshold [] [src]

pub fn adaptive_threshold(src: &Mat, dst: &Mat, maxValue: f64, adaptiveMethod: i32, thresholdType: i32, blockSize: i32, C: f64) -> Result<(), String>

applies variable (adaptive) threshold to the image