Use correct rank filter replacement function

This commit is contained in:
Johannes Schönberger
2014-10-09 16:32:50 -04:00
parent c73d1c98e0
commit df1e2061a1
+1 -1
View File
@@ -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