HighMap library (C++)
Loading...
Searching...
No Matches
distance_transform_approx.cpp File Reference

Namespaces

namespace  hmap
 

Functions

Array hmap::distance_transform_approx (const Array &array, bool return_squared_distance=false)
 Calculates an approximate distance transform of the input array.
 
Array hmap::distance_transform_manhattan (const Array &array, bool return_squared_distance=false)
 Calculates the Manhattan distance transform of an array.