mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-02 13:03:48 +08:00
Change docstring threshold_otsu output
This commit is contained in:
@@ -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
|
||||
----------
|
||||
|
||||
Reference in New Issue
Block a user