Minor doc changes

This commit is contained in:
Ankit Agrawal
2013-08-06 03:02:58 +05:30
parent ac6f282253
commit 060a4dd273
+3 -3
View File
@@ -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
----------