[][src]Constant opencv::imgproc::ADAPTIVE_THRESH_GAUSSIAN_C

pub const ADAPTIVE_THRESH_GAUSSIAN_C: i32 = 1;

the threshold value inline formula is a weighted sum (cross-correlation with a Gaussian window) of the inline formula neighborhood of inline formula minus C . The default sigma (standard deviation) is used for the specified blockSize . See #getGaussianKernel