Clarify and fix docstrings

This commit is contained in:
Juan Nunez-Iglesias
2015-01-22 11:38:37 +11:00
parent ac5c0c30a9
commit 7935e51596
4 changed files with 30 additions and 25 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ from .misc import default_selem
# The default_selem decorator provides a diamond structuring element as default
# with the appropriate dimension for the input `image`.
# with the same dimension as the input image and size 3 along each axis.
@default_selem
def binary_erosion(image, selem=None, out=None):
"""Return fast binary morphological erosion of an image.