Module dt

Source
Expand description

This module contains the functions for calculating the distance transform.

Re-exports§

pub use super::grid::*;

Functions§

dt1d
distance transform of boolean vector using Squared Euclidean distance
dt2d
distance transform of binary image using Squared Euclidean distance