DOC: add minimum to the list

This commit is contained in:
François Boulogne
2016-06-05 17:20:33 +02:00
parent 36d56b956d
commit b66c010eab
+2 -1
View File
@@ -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)