mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-02 03:51:12 +08:00
Add note about supported data types in rank filter replacements
This commit is contained in:
@@ -37,8 +37,9 @@ def erosion(image, selem=None, out=None, shift_x=False, shift_y=False):
|
||||
|
||||
Notes
|
||||
-----
|
||||
The lower algorithm complexity makes the `skimage.filter.rank.minimum`
|
||||
more efficient for larger images and structuring elements.
|
||||
For `uint8` and `uint16` data, the lower algorithm complexity makes the
|
||||
`skimage.filter.rank.minimum` function more efficient for larger images
|
||||
and structuring elements.
|
||||
|
||||
Examples
|
||||
--------
|
||||
@@ -97,8 +98,9 @@ def dilation(image, selem=None, out=None, shift_x=False, shift_y=False):
|
||||
|
||||
Notes
|
||||
-----
|
||||
The lower algorithm complexity makes the `skimage.filter.rank.maximum`
|
||||
more efficient for larger images and structuring elements.
|
||||
For `uint8` and `uint16` data, the lower 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