From 060a4dd2733b2701ec4eb29cf34c469889c4ea98 Mon Sep 17 00:00:00 2001 From: Ankit Agrawal Date: Tue, 6 Aug 2013 03:02:58 +0530 Subject: [PATCH] Minor doc changes --- skimage/morphology/selem.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skimage/morphology/selem.py b/skimage/morphology/selem.py index 9d466e84..8b63a798 100644 --- a/skimage/morphology/selem.py +++ b/skimage/morphology/selem.py @@ -252,9 +252,9 @@ def octagon(m, n, dtype=np.uint8): def star(a, dtype=np.uint8): """ - Generates a star shaped structuring element that is an overlap of square - of size `2*a + 1` with its 45 degree rotated version. The slanted sides - are 45 or 135 degrees to the horizontal axis. + Generates a star shaped structuring element that has 8 vertices and is an + overlap of square of size `2*a + 1` with its 45 degree rotated version. + The slanted sides are 45 or 135 degrees to the horizontal axis. Parameters ----------