Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Suggestion for new skeletonization algorithm #21

Open
venugovh opened this issue Nov 17, 2021 · 2 comments
Open

Suggestion for new skeletonization algorithm #21

venugovh opened this issue Nov 17, 2021 · 2 comments

Comments

@venugovh
Copy link

Hi @schlegelp ,

I am sure you have come across this skeletonization method. The Mean Curvature Skeletons approach will be an excellent addition to this library. The paper (linked below) says that their system is better than the Skeleton Extraction by Mesh Contraction (Au et al.).

The good news is that this work is based heavily on the Au et al. approach, with the mesh contraction precisely the same according to my observation. They seem to have a better system (easier to implement, presumably :D) in place of the mesh connectivity surgery and embedding refinement used in Au et al.

The paper: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.261.3158&rep=rep1&type=pdf

There is a C++ implementation of this: https://github.com/taiya/starlab-mcfskel

I hope it works out well! I am enjoying the library! I am using it for non-neuron-based applications, due to which I have to figure out the mechanisms of the skeletonization algorithms. Exciting stuff!

@schlegelp
Copy link
Collaborator

I have seen this paper before. It's also used in CGAL. Not sure if/when I'll get to have a crack at it here though.

@venugovh
Copy link
Author

Oh sure! Thank you for responding! :)

I was wondering if you were working on #15. Curious to know the outcome. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants