Files
scikit-image/doc
emmanuelle 736802bad4 Medial axis transform (skeletonization) from cell profiler
* medial_axis function in morphology.skeletonize
 * plot_medial_axis.py example for the gallery

Compared to the skeletonize algorithm in morphology.skeletonize,
medial_axis is faster because it processes all pixel in one pass.
However, the resulting skeleton has more branches, that may be unwanted
depending on the application.
2011-10-24 23:22:58 +02:00
..
2011-10-18 21:12:27 +02:00
2011-10-10 13:01:23 -07:00
2011-10-23 22:56:43 -07:00
2011-10-18 21:12:27 +02:00
2009-08-22 13:01:54 -07:00
2011-10-23 22:51:38 -07:00