JuliaGeometry/Meshes.jl

Add concave hull methods

Open

#497 opened on 2023年7月6日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Julia (98 forks)auto 404
featuregood first issue

Repository metrics

Stars
 (460 stars)
PR merge metrics
 (PR metrics pending)

説明

There are various methods in the literature to compute the "concave" hull of a 2D point set:

https://www.researchgate.net/publication/312373158_A_Concave_Hull_Based_Algorithm_for_Object_Shape_Reconstruction

We can use ConcaveHull.jl as a test bed, it implements the method that is based on the modification of Jarvis march that we already have implemented with k-nearest neighbors.

コントリビューターガイド