mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-30 12:31:08 +08:00
Use correct rank filter replacement function
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user