@Name(value="dai::node::AprilTag") @NoOffset @Properties(inherit=depthai.class) public class AprilTagNode extends AprilTagPropertiesNode
Node.Connection, Node.DatatypeHierarchy, Node.Input, Node.InputMap, Node.Output, Node.OutputMapPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
AprilTagNode(PipelineImpl par,
long nodeId) |
AprilTagNode(PipelineImpl par,
long nodeId,
AprilTagProperties props) |
AprilTagNode(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AprilTagConfig |
initialConfig()
Initial config to use when calculating spatial location data.
|
Node.Input |
inputConfig()
Input AprilTagConfig message with ability to modify parameters in runtime.
|
Node.Input |
inputImage()
Input message with depth data used to retrieve spatial information about detected object.
|
static BytePointer |
NAME() |
Node.Output |
out()
Outputs AprilTags message that carries spatial location results.
|
Node.Output |
outConfig()
Outputs AprilTagConfig message that contains current configuration.
|
Node.Output |
passthroughInputImage()
Passthrough message on which the calculation was performed.
|
void |
setWaitForConfigInput(boolean _wait)
Specify whether or not wait until configuration message arrives to inputConfig Input.
|
clone, getName, properties, propertiesassetManager, getAssetManager, getInputRefs, getInputs, getOutputRefs, getOutputs, getParentPipeline, getProperties, getRequiredOpenVINOVersion, id, inputMapRefs, inputRefs, outputMapRefs, outputRefs, propertiesHolder, setInputMapRefs, setInputRefs, setOutputMapRefs, setOutputRefsaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic AprilTagNode(Pointer p)
Pointer(Pointer).public AprilTagNode(@SharedPtr PipelineImpl par, @Cast(value="int64_t") long nodeId)
public AprilTagNode(@SharedPtr PipelineImpl par, @Cast(value="int64_t") long nodeId, @UniquePtr AprilTagProperties props)
@MemberGetter @Cast(value="const char*") public static BytePointer NAME()
@MemberGetter @ByRef public AprilTagConfig initialConfig()
@MemberGetter @ByRef public Node.Input inputConfig()
@MemberGetter @ByRef public Node.Input inputImage()
@MemberGetter @ByRef public Node.Output out()
@MemberGetter @ByRef public Node.Output outConfig()
@MemberGetter @ByRef public Node.Output passthroughInputImage()
Copyright © 2023. All rights reserved.