@Namespace(value="dai") @Properties(inherit=depthai.class) public class ImgDetection extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
ImgDetection()
Default native constructor.
|
ImgDetection(long size)
Native array allocator.
|
ImgDetection(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
confidence() |
ImgDetection |
confidence(float setter) |
ImgDetection |
getPointer(long i) |
int |
label() |
ImgDetection |
label(int setter) |
ImgDetection |
position(long position) |
float |
xmax() |
ImgDetection |
xmax(float setter) |
float |
xmin() |
ImgDetection |
xmin(float setter) |
float |
ymax() |
ImgDetection |
ymax(float setter) |
float |
ymin() |
ImgDetection |
ymin(float setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic ImgDetection()
public ImgDetection(long size)
Pointer.position(long).public ImgDetection(Pointer p)
Pointer(Pointer).public ImgDetection position(long position)
public ImgDetection getPointer(long i)
getPointer in class Pointerpublic ImgDetection label(int setter)
public float confidence()
public ImgDetection confidence(float setter)
public float xmin()
public ImgDetection xmin(float setter)
public float ymin()
public ImgDetection ymin(float setter)
public float xmax()
public ImgDetection xmax(float setter)
public float ymax()
public ImgDetection ymax(float setter)
Copyright © 2021. All rights reserved.