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

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

    • CV_8U

      public static final ODepth CV_8U
    • CV_8S

      public static final ODepth CV_8S
    • CV_16U

      public static final ODepth CV_16U
    • CV_16S

      public static final ODepth CV_16S
    • CV_32S

      public static final ODepth CV_32S
    • CV_32F

      public static final ODepth CV_32F
    • CV_64F

      public static final ODepth CV_64F
  • Method Details

    • values

      public static ODepth[] 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 ODepth 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()
    • maxValue

      public double maxValue()
    • valueOf

      public static ODepth valueOf(int code)
      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:
      code - 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