Module k_nearest_concave_hull

Source
Expand description

Calculate concave hull using k-nearest algorithm

Traitsยง

KNearestConcaveHull
Another approach for concave hull. This algorithm is based on a k nearest neighbours approach by Adriano Moreira and Maribel Santos.