@Namespace(value="dai") @Properties(inherit=depthai.class) public class AprilTag extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
AprilTag()
Default native constructor.
|
AprilTag(long size)
Native array allocator.
|
AprilTag(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Point2f |
bottomLeft()
The detected bottom left coordinates.
|
AprilTag |
bottomLeft(Point2f setter) |
Point2f |
bottomRight()
The detected bottom right coordinates.
|
AprilTag |
bottomRight(Point2f setter) |
float |
decisionMargin()
A measure of the quality of the binary decoding process; the
average difference between the intensity of a data bit versus
the decision threshold.
|
AprilTag |
decisionMargin(float setter) |
AprilTag |
getPointer(long i) |
int |
hamming()
How many error bits were corrected? Note: accepting large numbers of
corrected errors leads to greatly increased false positive rates.
|
AprilTag |
hamming(int setter) |
int |
id()
The decoded ID of the tag
|
AprilTag |
id(int setter) |
AprilTag |
position(long position) |
Point2f |
topLeft()
The detected top left coordinates.
|
AprilTag |
topLeft(Point2f setter) |
Point2f |
topRight()
The detected top right coordinates.
|
AprilTag |
topRight(Point2f 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 AprilTag()
public AprilTag(long size)
Pointer.position(long).public AprilTag(Pointer p)
Pointer(Pointer).public AprilTag getPointer(long i)
getPointer in class Pointerpublic int id()
public AprilTag id(int setter)
public int hamming()
public AprilTag hamming(int setter)
public float decisionMargin()
public AprilTag decisionMargin(float setter)
Copyright © 2023. All rights reserved.