skeletor icon indicating copy to clipboard operation
skeletor copied to clipboard

Would you mind give some examples for using this lib?

Open lenyou opened this issue 4 years ago • 6 comments

lenyou avatar May 19 '20 14:05 lenyou

Would love to see some examples, too! Cheers

m-albert avatar Jun 10 '20 18:06 m-albert

Hi. Apologies for the radio silence. I have pretty much dropped this project half way through. At the moment only the mesh contraction part is implement but the actual skeletonization is still missing. If you are mostly interested in the latter, check out e.g. Teasar.

For the mesh contraction, I have added a short example to the readme.

Hope that helps.

Edit 16/06/20: Skeletonization functionality added (see readme)

schlegelp avatar Jun 12 '20 13:06 schlegelp

@schlegelp Great, thanks for the pointer :)

m-albert avatar Jun 12 '20 13:06 m-albert

@m-albert @lenyou Just an update to say that I have now added skeletonization functionality - see the examples in the readme.

schlegelp avatar Jul 16 '20 11:07 schlegelp

Great! Thanks a lot

lenyou avatar Jul 18 '20 11:07 lenyou

I've created a short script to compute the skeleton of a stl file using skeletor https://github.com/TzabarDolev/Mesh_skeltonization/blob/main/skeletor_test.py

you can donwload it and use any stl file you want, just rename the path

TzabarDolev avatar Oct 06 '20 12:10 TzabarDolev