@Namespace(value="dai::node") @NoOffset @Properties(inherit=depthai.class) public class SpatialLocationCalculator extends Node
Node.Connection, Node.DatatypeHierarchy, Node.Input, Node.OutputPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
SpatialLocationCalculator(PipelineImpl par,
long nodeId) |
SpatialLocationCalculator(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BytePointer |
getName()
Retrieves nodes name
|
SpatialLocationCalculatorConfig |
initialConfig()
Initial config to use when calculating spatial location data.
|
Node.Input |
inputConfig()
Input SpatialLocationCalculatorConfig message with ability to modify parameters in runtime.
|
Node.Input |
inputDepth()
Input message with depth data used to retrieve spatial information about detected object.
|
Node.Output |
out()
Outputs SpatialLocationCalculatorData message that carries spatial location results.
|
Node.Output |
passthroughDepth()
Passthrough message on which the calculation was performed.
|
void |
setWaitForConfigInput(boolean _wait)
Specify whether or not wait until configuration message arrives to inputConfig Input.
|
assetManager, clone, getAssets, getInputRefs, getInputs, getOutputRefs, getOutputs, getParentPipeline, getProperties, getRequiredOpenVINOVersion, id, inputs, outputsaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic SpatialLocationCalculator(Pointer p)
Pointer(Pointer).public SpatialLocationCalculator(@SharedPtr PipelineImpl par, @Cast(value="int64_t") long nodeId)
@StdString public BytePointer getName()
Node@MemberGetter @ByRef public SpatialLocationCalculatorConfig initialConfig()
@MemberGetter @ByRef public Node.Input inputConfig()
@MemberGetter @ByRef public Node.Input inputDepth()
@MemberGetter @ByRef public Node.Output out()
@MemberGetter @ByRef public Node.Output passthroughDepth()
Copyright © 2021. All rights reserved.