Module distance_transform::dt [] [src]

This module contains the functions for calculating the distance transform.

Reexports

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