ENH address comments on PR #65 made by Stefan and Neil

This commit is contained in:
emmanuelle
2011-10-24 23:23:52 +02:00
parent 736802bad4
commit ed1f05427e
4 changed files with 52 additions and 46 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ argument ``return_distance=True``), it is possible to compute the distance to
the background for all points of the medial axis with this function. This gives
an estimate of the local width of the objects.
For a skeleton with less branches, there exists another skeletonization
For a skeleton with fewer branches, there exists another skeletonization
algorithm in ``skimage``: ``skimage.morphology.skeletonize``, that computes
a skeleton by iterative morphological thinnings.
"""