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

pub const DIST_HUBER: i32 = 7;

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