public enum EnumCV_ScopeOfFeature extends java.lang.Enum<EnumCV_ScopeOfFeature>
| Enum Constant and Description |
|---|
FEATURE_DETECTED_ON_IMAGES_FROM_MULTIPLE_MODALITIES_111159 |
FEATURE_DETECTED_ON_MULTIPLE_IMAGES_111158 |
FEATURE_DETECTED_ON_ONLY_ONE_OF_THE_IMAGES_111157 |
FEATURE_DETECTED_ON_THE_ONLY_IMAGE_111156 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_ScopeOfFeature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_ScopeOfFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_ScopeOfFeature FEATURE_DETECTED_ON_THE_ONLY_IMAGE_111156
public static final EnumCV_ScopeOfFeature FEATURE_DETECTED_ON_ONLY_ONE_OF_THE_IMAGES_111157
public static final EnumCV_ScopeOfFeature FEATURE_DETECTED_ON_MULTIPLE_IMAGES_111158
public static final EnumCV_ScopeOfFeature FEATURE_DETECTED_ON_IMAGES_FROM_MULTIPLE_MODALITIES_111159
public static EnumCV_ScopeOfFeature[] values()
for (EnumCV_ScopeOfFeature c : EnumCV_ScopeOfFeature.values()) System.out.println(c);
public static EnumCV_ScopeOfFeature 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()