Uses of Enum Class
cloud.opencode.base.image.threshold.AdaptiveThresholdOp.Method
Packages that use AdaptiveThresholdOp.Method
-
Uses of AdaptiveThresholdOp.Method in cloud.opencode.base.image.threshold
Subclasses with type arguments of type AdaptiveThresholdOp.Method in cloud.opencode.base.image.thresholdModifier and TypeClassDescriptionstatic enumAdaptive threshold method enumeration.Methods in cloud.opencode.base.image.threshold that return AdaptiveThresholdOp.MethodModifier and TypeMethodDescriptionstatic AdaptiveThresholdOp.MethodReturns the enum constant of this class with the specified name.static AdaptiveThresholdOp.Method[]AdaptiveThresholdOp.Method.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.image.threshold with parameters of type AdaptiveThresholdOp.MethodModifier and TypeMethodDescriptionstatic BufferedImageAdaptiveThresholdOp.apply(BufferedImage image, int blockSize, double c, AdaptiveThresholdOp.Method method) Apply adaptive threshold with the specified method.