Enum Class AutoTypeImage

java.lang.Object
java.lang.Enum<AutoTypeImage>
boofcv.generate.AutoTypeImage
All Implemented Interfaces:
Serializable, Comparable<AutoTypeImage>, java.lang.constant.Constable

public enum AutoTypeImage extends Enum<AutoTypeImage>
Image information for auto generated code
  • Enum Constant Details

  • Method Details

    • values

      public static AutoTypeImage[] 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 AutoTypeImage 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
    • 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()
    • getSigned

      public static AutoTypeImage[] getSigned()
    • getUnsigned

      public static AutoTypeImage[] getUnsigned()
    • getImageName

      public String getImageName(ImageType.Family family)
    • getBorderNameSB

      public String getBorderNameSB()
    • getKernelType

      public String getKernelType()
    • getDogArrayType

      public String getDogArrayType()
    • getKernelDataType

      public String getKernelDataType()
    • getInterleavedName

      public String getInterleavedName()
    • getLetter

      public String getLetter()
    • getLetterSum

      public String getLetterSum()
    • getSingleBandName

      public String getSingleBandName()
    • getName

      public String getName(ImageType.Family family)
    • getMaxForSumType

      public String getMaxForSumType()
    • getSumNumberToType

      public String getSumNumberToType()
    • isSigned

      public boolean isSigned()
    • getTypeCastFromSum

      public String getTypeCastFromSum()
    • getAbbreviatedType

      public String getAbbreviatedType()
    • getGenericAbbreviated

      public String getGenericAbbreviated()
    • getRandType

      public String getRandType()
    • getMax

      public Number getMax()
    • getMin

      public Number getMin()