Package ij.process
Class AutoThresholder
java.lang.Object
ij.process.AutoThresholder
Autothresholding methods (limited to 256 bin histograms) from the Auto_Threshold plugin
(http://fiji.sc/Auto_Threshold) by G.Landini at bham dot ac dot uk).
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]
int
getThreshold
(AutoThresholder.Method method, int[] histogram) Calculates and returns a threshold using the specified method and 256 bin histogram.int
getThreshold
(String mString, int[] histogram)
-
Constructor Details
-
AutoThresholder
public AutoThresholder()
-
-
Method Details
-
getMethods
-
getThreshold
Calculates and returns a threshold using the specified method and 256 bin histogram. -
getThreshold
-