Commit Graph

6 Commits

Author SHA1 Message Date
cgohlke 14c89fefa5 Fix ImportError on Python 3 2011-12-03 15:47:22 -08:00
Stefan van der Walt f8a51a4e3e DOC: Minor spacing fixes in docstrings. 2011-10-24 17:23:39 -07: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
emmanuelle 0f31034a46 First integration of cell profiler medial axis transform
(skeletonization in cell profiler)
2011-10-24 23:22:58 +02:00
Stefan van der Walt 91d9949282 PKG: Move remaining files that changed since skimage rename. 2011-10-23 22:34:28 -07:00