mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-30 21:11:39 +08:00
736802bad4
* 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.
General examples ------------------- General-purpose and introductory examples for the scikit.