mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-19 11:27:45 +08:00
Clarify and fix docstrings
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user