public static enum SoSupervisedTextureClassificationProcessing2d.FeatureGroups extends java.lang.Enum<SoSupervisedTextureClassificationProcessing2d.FeatureGroups> implements IntegerValuedEnum
Enum Constant and Description |
---|
DIRECTIONNAL_COOCCURRENCE
Features based on co-occurrence's matrix.
|
FIRST_ORDER_STATISTICS
Features based on first order statistics which are not computed using an histogram.
|
HISTOGRAM_STATISTICS
Features based on histogram statistics.
|
INTENSITY
Feature based on the intensity value of the input image.
|
ROTATION_INVARIANT_COOCCURRENCE
Features based on co-occurrence's matrix.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static SoSupervisedTextureClassificationProcessing2d.FeatureGroups |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoSupervisedTextureClassificationProcessing2d.FeatureGroups |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoSupervisedTextureClassificationProcessing2d.FeatureGroups[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoSupervisedTextureClassificationProcessing2d.FeatureGroups DIRECTIONNAL_COOCCURRENCE
public static final SoSupervisedTextureClassificationProcessing2d.FeatureGroups ROTATION_INVARIANT_COOCCURRENCE
public static final SoSupervisedTextureClassificationProcessing2d.FeatureGroups FIRST_ORDER_STATISTICS
public static final SoSupervisedTextureClassificationProcessing2d.FeatureGroups HISTOGRAM_STATISTICS
public static final SoSupervisedTextureClassificationProcessing2d.FeatureGroups INTENSITY
public static SoSupervisedTextureClassificationProcessing2d.FeatureGroups[] values()
for (SoSupervisedTextureClassificationProcessing2d.FeatureGroups c : SoSupervisedTextureClassificationProcessing2d.FeatureGroups.values()) System.out.println(c);
public static SoSupervisedTextureClassificationProcessing2d.FeatureGroups 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 static SoSupervisedTextureClassificationProcessing2d.FeatureGroups valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com