[][src]Constant opencv::imgproc::DIST_L12

pub const DIST_L12: i32 = 4;

L1-L2 metric: distance = 2(sqrt(1+x*x/2) - 1))