[][src]Function geogrid::util::match_shape

pub fn match_shape<BMatrix: AsRef<[BRow]>, BRow: AsRef<[bool]>>(
    dt: &[i32],
    dim: (usize, usize),
    mask: BMatrix,
    suppress_radius: usize,
    processor: Processor
) -> Vec<i32>

Match provided mask matrix on provided distance transform matrix. dt and mask matrices are read from in parallel. Return score of match at each square.