Enum BoofCVImageType

    • Enum Constant Detail

      • GRAYU16

        public static final BoofCVImageType GRAYU16
        unsigned int 16 bit.
      • INTERLEAVEDF32

        public static final BoofCVImageType INTERLEAVEDF32
        interleaved/multiband float 32 bit
      • INTERLEAVEDF64

        public static final BoofCVImageType INTERLEAVEDF64
        interleaved/multiband float 32 bit
      • INTERLEAVEDS8

        public static final BoofCVImageType INTERLEAVEDS8
        interleaved/multiband signed 8 bit
      • INTERLEAVEDU8

        public static final BoofCVImageType INTERLEAVEDU8
        interleaved/multiband unsigned 8 bit
      • INTERLEAVEDS16

        public static final BoofCVImageType INTERLEAVEDS16
        interleaved/multiband signed 16 bit
      • INTERLEAVEDU16

        public static final BoofCVImageType INTERLEAVEDU16
        interleaved/multiband unsigned 16 bit
      • INTERLEAVEDS32

        public static final BoofCVImageType INTERLEAVEDS32
        interleaved/multiband signed 32 bit
      • INTERLEAVEDS64

        public static final BoofCVImageType INTERLEAVEDS64
        interleaved/multiband signed 64 bit
    • Method Detail

      • values

        public static BoofCVImageType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (BoofCVImageType c : BoofCVImageType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static BoofCVImageType valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
        NullPointerException - if the argument is null
      • getImageClass

        public Class getImageClass()
        Returns the associated image class.
        Returns:
        the class