[][src]Function signed_distance_field::compute_distance_field

pub fn compute_distance_field<D: DistanceStorage>(
    image: &impl BinaryImage
) -> SignedDistanceField<D>

Compute the signed distance field of the specified binary image with the specified distance storage.