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

Skeleton Graph #4

Open
dmpribak opened this issue Jan 20, 2025 · 2 comments
Open

Skeleton Graph #4

dmpribak opened this issue Jan 20, 2025 · 2 comments

Comments

@dmpribak
Copy link

Hi, I am wondering what the best way to extract the graph of the skeleton would be either as a list of edges or as an adjacency matrix. A meaningful labeling would be nice, but is not important.

@aAbdz
Copy link
Owner

aAbdz commented Jan 21, 2025

Hi, for graph analysis an adjacency matrix should be formed. For labeling, I suggest ordering based on length or distance to the deepest point within the object.

@dmpribak
Copy link
Author

Thank you for the response. What would be the best place in the code to get the information for constructing the adjacency matrix?

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