Uses of Class
ij.process.AutoThresholder.Method

Packages that use AutoThresholder.Method
ij.process   
 

Uses of AutoThresholder.Method in ij.process
 

Methods in ij.process that return AutoThresholder.Method
static AutoThresholder.Method AutoThresholder.Method.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AutoThresholder.Method[] AutoThresholder.Method.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ij.process with parameters of type AutoThresholder.Method
 int AutoThresholder.getThreshold(AutoThresholder.Method method, int[] histogram)
           
 void ImageProcessor.setAutoThreshold(AutoThresholder.Method method, boolean darkBackground)
           
 void ImageProcessor.setAutoThreshold(AutoThresholder.Method method, boolean darkBackground, int lutUpdate)