mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-03 04:03:14 +08:00
Return to old function name threshold_isodata
This commit is contained in:
@@ -193,7 +193,7 @@ def threshold_yen(image, nbins=256):
|
||||
return bin_centers[crit.argmax()]
|
||||
|
||||
|
||||
def isodata(image, nbins=256, return_all=False):
|
||||
def threshold_isodata(image, nbins=256, return_all=False):
|
||||
"""Return threshold value(s) based on ISODATA method.
|
||||
|
||||
Histogram-based threshold, known as Ridler-Calvard method or inter-means.
|
||||
|
||||
Reference in New Issue
Block a user