[][src]Crate signed_distance_field

This crate approximates a signed distance field, given a binary image. The algorithm used is called "dead reckoning", as described in The "dead reckoning" signed distance transform by George J. Grevara (2004).

Modules

binary_image
distance_field
prelude

Functions

compute_distance_field

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

compute_f16_distance_field

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

compute_f32_distance_field

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