Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add concave hull methods #497

Open
juliohm opened this issue Jul 6, 2023 · 0 comments
Open

Add concave hull methods #497

juliohm opened this issue Jul 6, 2023 · 0 comments
Labels
feature good first issue Good for newcomers

Comments

@juliohm
Copy link
Member

juliohm commented Jul 6, 2023

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.

@juliohm juliohm added good first issue Good for newcomers feature labels Jul 6, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant