public enum EnumTrifocal extends java.lang.Enum<EnumTrifocal>
TrifocalTensor.| Enum Constant and Description |
|---|
ALGEBRAIC_7
Requires 7 sets of observations
Same as linear, but iterates to enforce geometric constraints
|
LINEAR_7
Requires 7 sets of observations
Suboptimal enforcement of geometric constraints
|
| Modifier and Type | Method and Description |
|---|---|
static EnumTrifocal |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumTrifocal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumTrifocal LINEAR_7
TrifocalLinearPoint7public static final EnumTrifocal ALGEBRAIC_7
TrifocalAlgebraicPoint7public static EnumTrifocal[] values()
for (EnumTrifocal c : EnumTrifocal.values()) System.out.println(c);
public static EnumTrifocal 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 null