@Namespace(value="dai") @Properties(inherit=depthai.class) public class DetectionParserOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
DetectionParserOptions()
Default native constructor.
|
DetectionParserOptions(long size)
Native array allocator.
|
DetectionParserOptions(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
StringIntVectorMap |
anchorMasks() |
DetectionParserOptions |
anchorMasks(StringIntVectorMap setter) |
FloatPointer |
anchors() |
DetectionParserOptions |
anchors(FloatPointer setter) |
int |
classes()
YOLO specific network properties
|
DetectionParserOptions |
classes(int setter) |
float |
confidenceThreshold() |
DetectionParserOptions |
confidenceThreshold(float setter) |
int |
coordinates() |
DetectionParserOptions |
coordinates(int setter) |
DetectionParserOptions |
getPointer(long i) |
float |
iouThreshold() |
DetectionParserOptions |
iouThreshold(float setter) |
depthai.DetectionNetworkType |
nnFamily()
Generic Neural Network properties
|
DetectionParserOptions |
nnFamily(depthai.DetectionNetworkType setter) |
DetectionParserOptions |
position(long position) |
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 DetectionParserOptions()
public DetectionParserOptions(long size)
Pointer.position(long).public DetectionParserOptions(Pointer p)
Pointer(Pointer).public DetectionParserOptions position(long position)
public DetectionParserOptions getPointer(long i)
getPointer in class Pointerpublic depthai.DetectionNetworkType nnFamily()
public DetectionParserOptions nnFamily(depthai.DetectionNetworkType setter)
public float confidenceThreshold()
public DetectionParserOptions confidenceThreshold(float setter)
public int classes()
public DetectionParserOptions classes(int setter)
public int coordinates()
public DetectionParserOptions coordinates(int setter)
@StdVector public FloatPointer anchors()
public DetectionParserOptions anchors(FloatPointer setter)
@ByRef public StringIntVectorMap anchorMasks()
public DetectionParserOptions anchorMasks(StringIntVectorMap setter)
public float iouThreshold()
public DetectionParserOptions iouThreshold(float setter)
Copyright © 2023. All rights reserved.