| Package | Description |
|---|---|
| org.bytedeco.depthai | |
| org.bytedeco.depthai.global |
| Modifier and Type | Method and Description |
|---|---|
depthai.TrackerType |
ObjectTrackerProperties.trackerType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectTracker.setTrackerType(depthai.TrackerType type)
Specify tracker type algorithm.
|
ObjectTrackerProperties |
ObjectTrackerProperties.trackerType(depthai.TrackerType setter) |
| Modifier and Type | Method and Description |
|---|---|
depthai.TrackerType |
depthai.TrackerType.intern() |
static depthai.TrackerType |
depthai.TrackerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static depthai.TrackerType[] |
depthai.TrackerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.