From 10c1f471a0184151e64adb2378713757e324e949 Mon Sep 17 00:00:00 2001 From: Tony S Yu Date: Thu, 8 Dec 2011 23:38:51 -0500 Subject: [PATCH] Change docstring threshold_otsu output --- skimage/thresholding/thresholding.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skimage/thresholding/thresholding.py b/skimage/thresholding/thresholding.py index e346efba..131d33e7 100644 --- a/skimage/thresholding/thresholding.py +++ b/skimage/thresholding/thresholding.py @@ -17,8 +17,8 @@ def threshold_otsu(image, bins=256): Returns ------- - threshold : numeric - Threshold value. int or float depending on input image. + threshold : float + Threshold value. References ----------