public enum EnumCV_GreyLevelCoOccurrenceMatrixMeasurements extends java.lang.Enum<EnumCV_GreyLevelCoOccurrenceMatrixMeasurements>
| Enum Constant and Description |
|---|
ASM_OF_GLCM_126065 |
CONTRAST_OF_GLCM_126063 |
CORRELATION_OF_GLCM_126066 |
DISSIMILARITY_OF_GLCM_126064 |
ENERGY_OF_GLCM_126061 |
ENTROPY_OF_GLCM_126060 |
HOMOGENEITY_OF_GLCM_126062 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_GreyLevelCoOccurrenceMatrixMeasurements |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_GreyLevelCoOccurrenceMatrixMeasurements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_GreyLevelCoOccurrenceMatrixMeasurements ENTROPY_OF_GLCM_126060
public static final EnumCV_GreyLevelCoOccurrenceMatrixMeasurements ENERGY_OF_GLCM_126061
public static final EnumCV_GreyLevelCoOccurrenceMatrixMeasurements HOMOGENEITY_OF_GLCM_126062
public static final EnumCV_GreyLevelCoOccurrenceMatrixMeasurements CONTRAST_OF_GLCM_126063
public static final EnumCV_GreyLevelCoOccurrenceMatrixMeasurements DISSIMILARITY_OF_GLCM_126064
public static final EnumCV_GreyLevelCoOccurrenceMatrixMeasurements ASM_OF_GLCM_126065
public static final EnumCV_GreyLevelCoOccurrenceMatrixMeasurements CORRELATION_OF_GLCM_126066
public static EnumCV_GreyLevelCoOccurrenceMatrixMeasurements[] values()
for (EnumCV_GreyLevelCoOccurrenceMatrixMeasurements c : EnumCV_GreyLevelCoOccurrenceMatrixMeasurements.values()) System.out.println(c);
public static EnumCV_GreyLevelCoOccurrenceMatrixMeasurements valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()