public static enum MSERFeatureGenerator.MSERDirection extends Enum<MSERFeatureGenerator.MSERDirection>
Enum Constant and Description |
---|
Down
Downwards detection
|
Up
Upwards detection
|
UpAndDown
Upwards and Downwards detection
|
Modifier and Type | Method and Description |
---|---|
static MSERFeatureGenerator.MSERDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MSERFeatureGenerator.MSERDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MSERFeatureGenerator.MSERDirection Up
public static final MSERFeatureGenerator.MSERDirection Down
public static final MSERFeatureGenerator.MSERDirection UpAndDown
public static MSERFeatureGenerator.MSERDirection[] values()
for (MSERFeatureGenerator.MSERDirection c : MSERFeatureGenerator.MSERDirection.values()) System.out.println(c);
public static MSERFeatureGenerator.MSERDirection valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null