How to get the skeleton of a binary particle.

Maël Primet mael.primet at gmail.com
Fri Jun 17 12:25:14 EDT 2011


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/3abdaeb1/attachment.html>


More information about the scikit-image mailing list