From b66c010eabe7b59f4455b82bd0734ea422cbd6d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Boulogne?= Date: Sun, 5 Jun 2016 17:20:33 +0200 Subject: [PATCH] DOC: add minimum to the list --- skimage/filters/thresholding.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)