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@gmail.com> wrote:
Hi,
Using scikits.image, is it possible to get the skeleton of a binary 2D
particle ?

Best regards

Jean-Patrick