Skip to content

Commit 0bca9fe

Browse files
committed
Merge branch 'docstub-fixes-III' of github.com:mkcor/scikit-image into docstub-fixes-III
2 parents 3105af4 + 922710f commit 0bca9fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/skimage/filters/rank/_percentile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def gradient_percentile(
122122
123123
Parameters
124124
----------
125-
image : ndarray of shape (M, N) and dtype (uint8 or uint16)
125+
image : ndarray of shape (M, N) and dtype int
126126
Input image.
127127
footprint : ndarray
128128
The neighborhood expressed as a 2-D array of 1's and 0's.
@@ -167,7 +167,7 @@ def mean_percentile(
167167
168168
Parameters
169169
----------
170-
image : ndarray of shape (M, N) and dtype (uint8 or uint16)
170+
image : ndarray of shape (M, N) and dtype int
171171
Input image.
172172
footprint : ndarray
173173
The neighborhood expressed as a 2-D array of 1's and 0's.

0 commit comments

Comments
 (0)