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