public static enum NIVision.GeometricMatchingMode extends Enum<NIVision.GeometricMatchingMode>
| Enum Constant and Description |
|---|
GEOMETRIC_MATCH_OCCLUSION_INVARIANT |
GEOMETRIC_MATCH_ROTATION_INVARIANT |
GEOMETRIC_MATCH_SCALE_INVARIANT |
GEOMETRIC_MATCH_SHIFT_INVARIANT |
| Modifier and Type | Method and Description |
|---|---|
static NIVision.GeometricMatchingMode |
fromValue(int val) |
int |
getValue() |
static NIVision.GeometricMatchingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NIVision.GeometricMatchingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NIVision.GeometricMatchingMode GEOMETRIC_MATCH_SHIFT_INVARIANT
public static final NIVision.GeometricMatchingMode GEOMETRIC_MATCH_ROTATION_INVARIANT
public static final NIVision.GeometricMatchingMode GEOMETRIC_MATCH_SCALE_INVARIANT
public static final NIVision.GeometricMatchingMode GEOMETRIC_MATCH_OCCLUSION_INVARIANT
public static NIVision.GeometricMatchingMode[] values()
for (NIVision.GeometricMatchingMode c : NIVision.GeometricMatchingMode.values()) System.out.println(c);
public static NIVision.GeometricMatchingMode 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 nullpublic static NIVision.GeometricMatchingMode fromValue(int val)
public int getValue()
Copyright © 2015. All rights reserved.