Enum Class OThreshType

java.lang.Object
java.lang.Enum<OThreshType>
net.algart.executors.modules.util.opencv.enums.OThreshType
All Implemented Interfaces:
Serializable, Comparable<OThreshType>, Constable

public enum OThreshType extends Enum<OThreshType>
  • Enum Constant Details

    • PACKED_BITS

      public static final OThreshType PACKED_BITS
    • PACKED_BITS_INV

      public static final OThreshType PACKED_BITS_INV
    • THRESH_BINARY

      public static final OThreshType THRESH_BINARY
    • THRESH_BINARY_INV

      public static final OThreshType THRESH_BINARY_INV
    • THRESH_TRUNC

      public static final OThreshType THRESH_TRUNC
    • THRESH_TOZERO

      public static final OThreshType THRESH_TOZERO
    • THRESH_TOZERO_INV

      public static final OThreshType THRESH_TOZERO_INV
  • Method Details

    • values

      public static OThreshType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static OThreshType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • code

      public int code()
    • packedBits

      public boolean packedBits()