Documentation of 'boofcv.misc.AutoTypeImage' Java class
AutoTypeImage
boofcv.misc

Enum AutoTypeImage

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<AutoTypeImage>


    public enum AutoTypeImage
    extends java.lang.Enum<AutoTypeImage>
    Image information for auto generated code
    • Method Detail

      • values

        public static AutoTypeImage[] 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 (AutoTypeImage c : AutoTypeImage.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static AutoTypeImage valueOf(java.lang.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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getIntegerTypes

        public static AutoTypeImage[] getIntegerTypes()
      • getFloatingTypes

        public static AutoTypeImage[] getFloatingTypes()
      • getGenericTypes

        public static AutoTypeImage[] getGenericTypes()
      • getReallyGenericTypes

        public static AutoTypeImage[] getReallyGenericTypes()
      • getSpecificTypes

        public static AutoTypeImage[] getSpecificTypes()
      • getInterleavedName

        public java.lang.String getInterleavedName()
      • getSingleBandName

        public java.lang.String getSingleBandName()
      • getDataType

        public java.lang.String getDataType()
      • getBitWise

        public java.lang.String getBitWise()
      • getSumType

        public java.lang.String getSumType()
      • getLargeSumType

        public java.lang.String getLargeSumType()
      • isInteger

        public boolean isInteger()
      • isSigned

        public boolean isSigned()
      • getNumBits

        public int getNumBits()
      • getPrimitiveType

        public java.lang.Class<?> getPrimitiveType()
      • getTypeCastFromSum

        public java.lang.String getTypeCastFromSum()
      • getAbbreviatedType

        public java.lang.String getAbbreviatedType()
      • getRandType

        public java.lang.String getRandType()
      • getMax

        public java.lang.Number getMax()
      • getMin

        public java.lang.Number getMin()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.