public static enum DetectMSERs.Thresholding_Direction extends Enum<DetectMSERs.Thresholding_Direction>
| Enum Constant and Description |
|---|
BRIGHT_TO_DARK
Threshold the image starting with large thresholds.
|
DARK_TO_BRIGHT
Threshold the image starting with small thresholds.
|
| Modifier and Type | Method and Description |
|---|---|
static DetectMSERs.Thresholding_Direction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetectMSERs.Thresholding_Direction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DetectMSERs.Thresholding_Direction DARK_TO_BRIGHT
public static final DetectMSERs.Thresholding_Direction BRIGHT_TO_DARK
public static DetectMSERs.Thresholding_Direction[] values()
for (DetectMSERs.Thresholding_Direction c : DetectMSERs.Thresholding_Direction.values()) System.out.println(c);
public static DetectMSERs.Thresholding_Direction 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 nullCopyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.