@Namespace(value="dai") @Properties(inherit=depthai.class) public class SpatialLocationCalculatorConfigData extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO |
| Constructor and Description |
|---|
SpatialLocationCalculatorConfigData()
Default native constructor.
|
SpatialLocationCalculatorConfigData(long size)
Native array allocator.
|
SpatialLocationCalculatorConfigData(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
AUTO() |
depthai.SpatialLocationCalculatorAlgorithm |
calculationAlgorithm()
Calculation method used to obtain spatial locations
Average/mean: the average of ROI is used for calculation.
|
SpatialLocationCalculatorConfigData |
calculationAlgorithm(depthai.SpatialLocationCalculatorAlgorithm setter) |
SpatialLocationCalculatorConfigThresholds |
depthThresholds()
Upper and lower thresholds for depth values to take into consideration.
|
SpatialLocationCalculatorConfigData |
depthThresholds(SpatialLocationCalculatorConfigThresholds setter) |
SpatialLocationCalculatorConfigData |
getPointer(long i) |
SpatialLocationCalculatorConfigData |
position(long position) |
Rect |
roi()
Region of interest for spatial location calculation.
|
SpatialLocationCalculatorConfigData |
roi(Rect setter) |
int |
stepSize()
Step size for calculation.
|
SpatialLocationCalculatorConfigData |
stepSize(int setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic SpatialLocationCalculatorConfigData()
public SpatialLocationCalculatorConfigData(long size)
Pointer.position(long).public SpatialLocationCalculatorConfigData(Pointer p)
Pointer(Pointer).public SpatialLocationCalculatorConfigData position(long position)
public SpatialLocationCalculatorConfigData getPointer(long i)
getPointer in class Pointer@MemberGetter @Cast(value="const std::int32_t") public static int AUTO()
public SpatialLocationCalculatorConfigData roi(Rect setter)
@ByRef public SpatialLocationCalculatorConfigThresholds depthThresholds()
public SpatialLocationCalculatorConfigData depthThresholds(SpatialLocationCalculatorConfigThresholds setter)
public depthai.SpatialLocationCalculatorAlgorithm calculationAlgorithm()
public SpatialLocationCalculatorConfigData calculationAlgorithm(depthai.SpatialLocationCalculatorAlgorithm setter)
@Cast(value="std::int32_t") public int stepSize()
public SpatialLocationCalculatorConfigData stepSize(int setter)
Copyright © 2023. All rights reserved.