diff --git a/skimage/morphology/grey.py b/skimage/morphology/grey.py index 6c901b4a..cd3dcaa8 100644 --- a/skimage/morphology/grey.py +++ b/skimage/morphology/grey.py @@ -100,7 +100,7 @@ def dilation(image, selem=None, out=None, shift_x=False, shift_y=False): Notes ----- For `uint8` (and `uint16` up to a certain bit-depth) data, the lower - algorithm complexity makes the `skimage.filter.rank.minimum` function more + algorithm complexity makes the `skimage.filter.rank.maximum` function more efficient for larger images and structuring elements. Examples