From ac1b10d1cc244b260cab01e8b30f7820ae953e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Sat, 10 May 2014 10:38:48 -0400 Subject: [PATCH] Fix docstring of skimage.filter.rank.threshold_percentile --- skimage/filter/rank/_percentile.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/skimage/filter/rank/_percentile.py b/skimage/filter/rank/_percentile.py index f8ace8a4..01dd0b49 100644 --- a/skimage/filter/rank/_percentile.py +++ b/skimage/filter/rank/_percentile.py @@ -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. """