We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd58270 commit 664dc33Copy full SHA for 664dc33
src/skimage/filters/_median.py
@@ -37,7 +37,7 @@ def median(
37
.. versionadded:: 0.15
38
`cval` was added in 0.15 is used when ``behavior='ndimage'``.
39
behavior : {'ndimage', 'rank'}, optional
40
- Either to use the old behavior (i.e., <v0.15) or the new behavior.
+ Either to use the old (i.e., scikit-image < 0.15) or the new behavior.
41
The old behavior will call :func:`skimage.filters.rank.median`.
42
The new behavior will call :func:`scipy.ndimage.median_filter`.
43
Default is 'ndimage'.
0 commit comments