mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-07 04:30:42 +08:00
Add threshold_minimum to try_all
This commit is contained in:
@@ -131,6 +131,7 @@ def try_all_threshold(image, radius=None, figsize=(8, 5), verbose=True):
|
||||
# Global algorithms.
|
||||
methods = OrderedDict({'Isodata': thresh(threshold_isodata),
|
||||
'Li': thresh(threshold_li),
|
||||
'Minimum': thresh(threshold_minimum),
|
||||
'Otsu': thresh(threshold_otsu),
|
||||
'Yen': thresh(threshold_yen)})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user