We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3105af4 + 922710f commit 0bca9feCopy full SHA for 0bca9fe
src/skimage/filters/rank/_percentile.py
@@ -122,7 +122,7 @@ def gradient_percentile(
122
123
Parameters
124
----------
125
- image : ndarray of shape (M, N) and dtype (uint8 or uint16)
+ image : ndarray of shape (M, N) and dtype int
126
Input image.
127
footprint : ndarray
128
The neighborhood expressed as a 2-D array of 1's and 0's.
@@ -167,7 +167,7 @@ def mean_percentile(
167
168
169
170
171
172
173
0 commit comments