Function opencv::core::normalize [] [src]

pub fn normalize(src: &Mat, dst: &Mat, alpha: f64, beta: f64, norm_type: i32, dtype: i32, mask: &Mat) -> Result<(), String>

scales and shifts array elements so that either the specified norm (alpha) or the minimum (alpha) and maximum (beta) array values get the specified values

default value for arguments: - alpha: default 1 - beta: default 0 - norm_type: default NORM_L2 - dtype: default -1 - mask: default noArray()