How to get the skeleton of a binary particle.

Maël Primet mael.primet at gmail.com
Fri Jun 17 15:46:36 EDT 2011


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 or
easily implementable from numpy


Maël
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20110617/830e7950/attachment.html>


More information about the scikit-image mailing list