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