diff --git a/skimage/filters/thresholding.py b/skimage/filters/thresholding.py index 06dd5cbc..61ff319d 100644 --- a/skimage/filters/thresholding.py +++ b/skimage/filters/thresholding.py @@ -91,8 +91,9 @@ def try_all_threshold(image, radius=None, figsize=(8, 5), verbose=True): The following algorithms are used: * isodata - * otsu * li + * minimum + * otsu * yen * adaptive threshold (local) * rank otsu (local)