[][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 with the specified distance storage of the specified binary image.