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