Change docstring threshold_otsu output

This commit is contained in:
Tony S Yu
2011-12-08 23:38:51 -05:00
parent 9a89fab612
commit 10c1f471a0
+2 -2
View File
@@ -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
----------