pub fn edt_fmm<T: BoolLike>(
map: &[T],
shape: (usize, usize),
invert: bool,
) -> Vec<f64>Expand description
Shorthand function for EDT using Fast Marching method.
Fast Marching method is inexact, but much faster algorithm to compute EDT especially for large images.