| Package | Description |
|---|---|
| org.bytedeco.depthai | |
| org.bytedeco.depthai.global |
| Modifier and Type | Method and Description |
|---|---|
depthai.DetectionNetworkType |
DetectionParser.getNNFamily()
Gets NN Family to parse
|
depthai.DetectionNetworkType |
DetectionParserOptions.nnFamily()
Generic Neural Network properties
|
| Modifier and Type | Method and Description |
|---|---|
DetectionParserOptions |
DetectionParserOptions.nnFamily(depthai.DetectionNetworkType setter) |
void |
DetectionParser.setNNFamily(depthai.DetectionNetworkType type)
Sets NN Family to parse
|
| Modifier and Type | Method and Description |
|---|---|
depthai.DetectionNetworkType |
depthai.DetectionNetworkType.intern() |
static depthai.DetectionNetworkType |
depthai.DetectionNetworkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static depthai.DetectionNetworkType[] |
depthai.DetectionNetworkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.