Fix docstring of skimage.filter.rank.threshold_percentile

This commit is contained in:
Johannes Schönberger
2014-05-10 10:38:48 -04:00
parent 02e6ad6b71
commit ac1b10d1cc
+3 -3
View File
@@ -384,10 +384,10 @@ def threshold_percentile(image, selem, out=None, mask=None, shift_x=False,
p0 : float in [0, ..., 1]
Set the percentile value.
out : 2-D array (same dtype as input image)
Returns
-------
out : 2-D array (same dtype as input image)
Output image.
local threshold : ndarray (same dtype as input)
The result of the local threshold.
"""