Function ecc_match_scaling_down

Source
pub fn ecc_match_scaling_down<I>(
    files: I,
    params: EccMatchParameters,
    scale_down_width: f32,
) -> Result<Mat, StackerError>
where I: IntoIterator<Item = PathBuf>,