How to get the skeleton of a binary particle.

Jean-Patrick Pommier jeanpatrick.pommier at gmail.com
Fri Jun 17 12:43:53 EDT 2011


...I was wondering...

2011/6/17 <jeanpatrick.pommier at gmail.com>

> To me a particle is a set of 8-connected component, with or without hole.
> It can have anyshape like this:
> http://dip4fish.blogspot.com/2011/04/detecting-branched-points-in-skeleton.html.
> The aim i then to analyse the skeleton and the contour of the particle:
> http://dip4fish.blogspot.com/2011/06/open-curve-to-ordered-pixels-second.html
>
> I was wandering if there was something like scikits.image.thin(
> binaryparticle) could be directly done.
>
> Jean-Patrick
>
> Le , Maël Primet <mael.primet at gmail.com> a écrit :
>
> > what do you mean by particle? round? you would want to detect the center
> then? skeletons will probably not be appropriate in this case because they
> are sensible to noise.
> > There are many existing skeleton algorithms, either using simple
> morphological operations,
> >
> >
> > distance transforms or EDP, but to my knowledge none have been
> > implemented in this package.
> >
> > On Fri, Jun 17, 2011 at 18:11, jip jeanpatrick.pommier at gmail.com> wrote:
> >
> >
> > Hi,
> >
> > Using scikits.image, is it possible to get the skeleton of a binary 2D
> >
> > particle ?
> >
> >
> >
> > Best regards
> >
> >
> >
> > Jean-Patrick
> >
> >
> >
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20110617/3be0f19b/attachment.html>


More information about the scikit-image mailing list