@Namespace(value="dai") public static enum depthai.TrackerType extends Enum<depthai.TrackerType>
| Enum Constant and Description |
|---|
ZERO_TERM_COLOR_HISTOGRAM
Tracking using image data too.
|
ZERO_TERM_IMAGELESS
Ability to track the objects without accessing image data.
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
depthai.TrackerType |
intern() |
String |
toString() |
static depthai.TrackerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static depthai.TrackerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final depthai.TrackerType ZERO_TERM_IMAGELESS
public static final depthai.TrackerType ZERO_TERM_COLOR_HISTOGRAM
public static depthai.TrackerType[] values()
for (depthai.TrackerType c : depthai.TrackerType.values()) System.out.println(c);
public static depthai.TrackerType 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 depthai.TrackerType intern()
public String toString()
toString in class Enum<depthai.TrackerType>Copyright © 2021. All rights reserved.