Uses of Enum Class
cloud.opencode.base.image.threshold.ThresholdOp.Mode
Packages that use ThresholdOp.Mode
-
Uses of ThresholdOp.Mode in cloud.opencode.base.image.threshold
Subclasses with type arguments of type ThresholdOp.Mode in cloud.opencode.base.image.thresholdMethods in cloud.opencode.base.image.threshold that return ThresholdOp.ModeModifier and TypeMethodDescriptionstatic ThresholdOp.ModeReturns the enum constant of this class with the specified name.static ThresholdOp.Mode[]ThresholdOp.Mode.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 ThresholdOp.ModeModifier and TypeMethodDescriptionstatic BufferedImageThresholdOp.apply(BufferedImage image, int threshold, ThresholdOp.Mode mode) Apply fixed threshold to a grayscale image with the specified mode.