Module geo::algorithm::k_nearest_concave_hull
source · Expand description
Calculate concave hull using k-nearest algorithm
Traits
Another approach for concave hull. This algorithm is based
on a k nearest neighbours approach
by Adriano Moreira and Maribel Santos.