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

Literature sources for vertex clustering? #46

Open
koenterheegde0507 opened this issue May 20, 2024 · 2 comments
Open

Literature sources for vertex clustering? #46

koenterheegde0507 opened this issue May 20, 2024 · 2 comments

Comments

@koenterheegde0507
Copy link

Hey, as you have developed this method to extract the skeleton by vertex clustering, I would imagine you have read some research paper about this and then implemented it yourself.

I couldn't find any references for it on the home page, and have found only paper, which is this one:
'Example-Based Skeleton Extraction' by S. Schaefer and C. Yuksel.

Do you still know on basis of what research you have developed this code?

Thanks in advance!

@schlegelp
Copy link
Collaborator

schlegelp commented May 20, 2024

Hi. If I remember correctly this implementation is not based on any specific research paper (otherwise it would say so in the docstring). That said: I do vaguely remember seeing some short mention in the introduction to some other paper. At the end of the day it's a fairly intuitive solution to the problem 🤷

@schlegelp
Copy link
Collaborator

Maybe have a look at the mesh contraction paper [1]. I think I implemented the vertex clustering after I couldn't get their edge collapse method to work properly and maybe there is a hint in there.

[1] Au OK, Tai CL, Chu HK, Cohen-Or D, Lee TY. Skeleton extraction by mesh
        contraction. ACM Transactions on Graphics (TOG). 2008 Aug 1;27(3):44.

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