openworm / skeletonExtraction

Transforms Sibernetic output into a COLLADA animation
7 stars 2 forks source link

Test whole skeleton extraction and skinning pipeline with more twisted cuticle as a bindpose mesh #53

Closed martinmadaras closed 9 years ago

yati-sagade commented 9 years ago

Hi. I'm new to this project and am looking for something to start with. Is this by any chance related to image thinning/skeletonization?

martinmadaras commented 9 years ago

Hi, it is based on kind of different approach. First, the local measure of diameter for each particle of the cuticle is calculated (Shape Diamater Function). Next, all the surface particles are shifted by half of SDF in inward normal direction. And finally, the final skeleton is constructed using agglomerative clustering of the shifted vertices. What are you working on ?

On Sat, Dec 13, 2014 at 6:41 PM, Yati Sagade notifications@github.com wrote:

Hi. I'm new to this project and am looking for something to start with. Is this by any chance related to image thinning/skeletonization?

— Reply to this email directly or view it on GitHub https://github.com/openworm/skeletonExtraction/issues/53#issuecomment-66884366 .

yati-sagade commented 9 years ago

I initially thought this was something similar to, say, zhang-suen thinning of an image. This one looks interesting. I'd love to take this up if you help me since I'm not too familiar with the project (and things like SDF, which I looked up any way).

EDIT: If you're already working on this, it'd be nice if you can point me to a similar issue.

tarelli commented 9 years ago

@yati-sagade We can definitely find something for you :) What's your background and experience? Write to info at openworm.org, if you want we can also schedule a meeting to discuss alternatives!

yati-sagade commented 9 years ago

@tarelli Thanks, I've written to that mail id. In short, I can write Python/C++/Java for Android and have some experience with image processing and computer vision :)