6 Commits

Author SHA1 Message Date
Siva Prasad Varma a89dd4dedd changed f to fig 2014-03-19 17:18:33 +05:30
Siva Prasad Varma fb72fb04b2 used plt.subplots everywhere 2014-03-14 17:37:14 +05:30
Johannes Schönberger d0ee6ade61 Fix inconsistencies in examples and many more improvements 2013-04-27 16:47:33 +02:00
emmanuelle 39a0e3577c scikits/image -> skimage in examples 2011-10-24 23:28:21 +02:00
emmanuelle ed1f05427e ENH address comments on PR #65 made by Stefan and Neil 2011-10-24 23:23:52 +02:00
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