@Namespace(value="op") public static enum openpose.HeatMapType extends Enum<openpose.HeatMapType>
| Enum Constant and Description |
|---|
Background |
PAFs |
Parts |
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Modifier and Type | Method and Description |
|---|---|
openpose.HeatMapType |
intern() |
String |
toString() |
static openpose.HeatMapType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static openpose.HeatMapType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final openpose.HeatMapType Parts
public static final openpose.HeatMapType Background
public static final openpose.HeatMapType PAFs
public static openpose.HeatMapType[] values()
for (openpose.HeatMapType c : openpose.HeatMapType.values()) System.out.println(c);
public static openpose.HeatMapType 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 openpose.HeatMapType intern()
public String toString()
toString in class Enum<openpose.HeatMapType>Copyright © 2022. All rights reserved.