How to get the skeleton of a binary particle.

Jean-Patrick Pommier jeanpatrick.pommier at gmail.com
Sat Jun 18 08:58:23 EDT 2011


2011/6/17 Maël Primet <mael.primet at gmail.com>

> Then this is simply a connected component :)
>
> You can do morphological thinning
> (see http://homepages.inf.ed.ac.uk/rbf/HIPR2/thin.htm or
> http://microboone-docdb.fnal.gov/cgi-bin/RetrieveFile?docid=732&version=1&filename=12-11-09-CAnderson-CVCenterlineExtraction.pdf
>  )
> using simple operations, most of which should be either in sckits.image
>

where is it? If I do from a ipython/spyder console:
In [4]: import scikits.image

In [5]: import scikits.image as scim

writting scim with a dot, I don't see so much modules, only:data_dir,
getlog,test,version.


> or easily implementable from numpy
>
>
> Maël
>
> Do you know how to handle the "don't care points" in a structuring element
when using the hit and miss operator provided by ndimage? I can do it under
ubuntu with mahotas, but not under windows due to freeimage.dll issues.

Thanks for your help.

Jean-Patrick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20110618/6b3b17c4/attachment.html>


More information about the scikit-image mailing list