@Namespace(value="dai") @Properties(inherit=depthai.class) public class Tracklet extends Pointer
Modifier and Type | Class and Description |
---|---|
static class |
Tracklet.TrackingStatus |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
Tracklet()
Default native constructor.
|
Tracklet(long size)
Native array allocator.
|
Tracklet(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
age()
Number of frames it is being tracked for.
|
Tracklet |
age(int setter) |
Tracklet |
getPointer(long i) |
int |
id()
Tracklet's ID.
|
Tracklet |
id(int setter) |
int |
label()
Tracklet's label ID.
|
Tracklet |
label(int setter) |
Tracklet |
position(long position) |
Rect |
roi()
Tracked region of interest.
|
Tracklet |
roi(Rect setter) |
Point3f |
spatialCoordinates()
Spatial coordinates of tracklet.
|
Tracklet |
spatialCoordinates(Point3f setter) |
ImgDetection |
srcImgDetection()
Image detection that is tracked.
|
Tracklet |
srcImgDetection(ImgDetection setter) |
Tracklet.TrackingStatus |
status()
Status of tracklet.
|
Tracklet |
status(Tracklet.TrackingStatus 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, zero
public Tracklet()
public Tracklet(long size)
Pointer.position(long)
.public Tracklet(Pointer p)
Pointer(Pointer)
.public Tracklet getPointer(long i)
getPointer
in class Pointer
public Tracklet id(int setter)
public Tracklet label(int setter)
public Tracklet age(int setter)
public Tracklet.TrackingStatus status()
public Tracklet status(Tracklet.TrackingStatus setter)
@ByRef public ImgDetection srcImgDetection()
public Tracklet srcImgDetection(ImgDetection setter)
Copyright © 2024. All rights reserved.