public enum AiliaPoseEstimatorAlgorithm extends java.lang.Enum<AiliaPoseEstimatorAlgorithm>
Enum Constant and Description |
---|
ACCULUS_FACE |
ACCULUS_HAND |
ACCULUS_POSE |
ACCULUS_UPPOSE |
ACCULUS_UPPOSE_FPGA |
LW_HUMAN_POSE |
OPEN_POSE |
OPEN_POSE_SINGLE_SCALE |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static AiliaPoseEstimatorAlgorithm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AiliaPoseEstimatorAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AiliaPoseEstimatorAlgorithm ACCULUS_POSE
public static final AiliaPoseEstimatorAlgorithm ACCULUS_FACE
public static final AiliaPoseEstimatorAlgorithm ACCULUS_UPPOSE
public static final AiliaPoseEstimatorAlgorithm ACCULUS_UPPOSE_FPGA
public static final AiliaPoseEstimatorAlgorithm ACCULUS_HAND
public static final AiliaPoseEstimatorAlgorithm OPEN_POSE
public static final AiliaPoseEstimatorAlgorithm LW_HUMAN_POSE
public static final AiliaPoseEstimatorAlgorithm OPEN_POSE_SINGLE_SCALE
public static AiliaPoseEstimatorAlgorithm[] values()
for (AiliaPoseEstimatorAlgorithm c : AiliaPoseEstimatorAlgorithm.values()) System.out.println(c);
public static AiliaPoseEstimatorAlgorithm 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 int getValue()