Uses of Enum Class
ij.process.AutoThresholder.Method
Packages that use AutoThresholder.Method
-
Uses of AutoThresholder.Method in ij.process
Methods in ij.process that return AutoThresholder.MethodModifier and TypeMethodDescriptionstatic AutoThresholder.MethodReturns the enum constant of this class with the specified name.static AutoThresholder.Method[]AutoThresholder.Method.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ij.process with parameters of type AutoThresholder.MethodModifier and TypeMethodDescriptionintAutoThresholder.getThreshold(AutoThresholder.Method method, int[] histogram) Calculates and returns a threshold using the specified method and histogram.voidImageProcessor.setAutoThreshold(AutoThresholder.Method method, boolean darkBackground) voidImageProcessor.setAutoThreshold(AutoThresholder.Method method, boolean darkBackground, int lutUpdate)