[][src]Function signed_distance_field::compute_f32_distance_field

pub fn compute_f32_distance_field(
    image: &impl BinaryImage
) -> SignedDistanceField<F32DistanceStorage>

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