public static enum NIVision.ThresholdMethod extends java.lang.Enum<NIVision.ThresholdMethod>
Enum Constant and Description |
---|
THRESH_CLUSTERING |
THRESH_ENTROPY |
THRESH_INTERCLASS |
THRESH_METRIC |
THRESH_MOMENTS |
Modifier and Type | Method and Description |
---|---|
static NIVision.ThresholdMethod |
fromValue(int val) |
int |
getValue() |
static NIVision.ThresholdMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.ThresholdMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NIVision.ThresholdMethod THRESH_CLUSTERING
public static final NIVision.ThresholdMethod THRESH_ENTROPY
public static final NIVision.ThresholdMethod THRESH_METRIC
public static final NIVision.ThresholdMethod THRESH_MOMENTS
public static final NIVision.ThresholdMethod THRESH_INTERCLASS
public static NIVision.ThresholdMethod[] values()
for (NIVision.ThresholdMethod c : NIVision.ThresholdMethod.values()) System.out.println(c);
public static NIVision.ThresholdMethod 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 NIVision.ThresholdMethod fromValue(int val)
public int getValue()