@Namespace(value="dai") @NoOffset @Properties(inherit=depthai.class) public class RawImgDetections extends RawBuffer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
RawImgDetections()
Default native constructor.
|
RawImgDetections(long size)
Native array allocator.
|
RawImgDetections(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
ImgDetection |
detections() |
RawImgDetections |
detections(ImgDetection setter) |
RawImgDetections |
getPointer(long i) |
depthai.DatatypeEnum |
getType() |
RawImgDetections |
position(long position) |
void |
serialize(byte[] metadata,
int[] datatype) |
void |
serialize(ByteBuffer metadata,
IntBuffer datatype) |
void |
serialize(BytePointer metadata,
IntPointer datatype) |
data, data, sequenceNum, sequenceNum, ts, ts, tsDevice, tsDevice
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 RawImgDetections()
public RawImgDetections(long size)
Pointer.position(long)
.public RawImgDetections(Pointer p)
Pointer(Pointer)
.public RawImgDetections position(long position)
public RawImgDetections getPointer(long i)
getPointer
in class RawBuffer
@StdVector public ImgDetection detections()
public RawImgDetections detections(ImgDetection setter)
public void serialize(@Cast(value="std::uint8_t*") @StdVector BytePointer metadata, @ByRef @Cast(value="dai::DatatypeEnum*") IntPointer datatype)
public void serialize(@Cast(value="std::uint8_t*") @StdVector ByteBuffer metadata, @ByRef @Cast(value="dai::DatatypeEnum*") IntBuffer datatype)
public void serialize(@Cast(value="std::uint8_t*") @StdVector byte[] metadata, @ByRef @Cast(value="dai::DatatypeEnum*") int[] datatype)
public depthai.DatatypeEnum getType()
Copyright © 2024. All rights reserved.