Function opencv::core::norm [] [src]

pub fn norm(src1: &Mat, normType: i32, mask: &Mat) -> Result<f64, String>

computes norm of the selected array part

default value for arguments: - normType: default NORM_L2 - mask: default noArray()