| Package | Description |
|---|---|
| org.bytedeco.depthai | |
| org.bytedeco.depthai.global |
| Modifier and Type | Method and Description |
|---|---|
depthai.SpatialLocationCalculatorAlgorithm |
SpatialDetectionNetworkProperties.calculationAlgorithm() |
depthai.SpatialLocationCalculatorAlgorithm |
SpatialLocationCalculatorConfigData.calculationAlgorithm()
Calculation method used to obtain spatial locations
Average/mean: the average of ROI is used for calculation.
|
| Modifier and Type | Method and Description |
|---|---|
SpatialDetectionNetworkProperties |
SpatialDetectionNetworkProperties.calculationAlgorithm(depthai.SpatialLocationCalculatorAlgorithm setter) |
SpatialLocationCalculatorConfigData |
SpatialLocationCalculatorConfigData.calculationAlgorithm(depthai.SpatialLocationCalculatorAlgorithm setter) |
void |
SpatialDetectionNetwork.setSpatialCalculationAlgorithm(depthai.SpatialLocationCalculatorAlgorithm calculationAlgorithm)
Specifies spatial location calculator algorithm: Average/Min/Max
|
| Modifier and Type | Method and Description |
|---|---|
depthai.SpatialLocationCalculatorAlgorithm |
depthai.SpatialLocationCalculatorAlgorithm.intern() |
static depthai.SpatialLocationCalculatorAlgorithm |
depthai.SpatialLocationCalculatorAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static depthai.SpatialLocationCalculatorAlgorithm[] |
depthai.SpatialLocationCalculatorAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.