[][src]Constant opencv::imgproc::DIST_HUBER

pub const DIST_HUBER: i32

distance = |x|<c ? x^2/2 : c(|x|-c/2), c=1.345