@Namespace(value="dai::node") @Properties(inherit=depthai.class) public class YoloSpatialDetectionNetwork extends YoloSpatialDetectionNetworkPropertiesNode
Node.Connection, Node.DatatypeHierarchy, Node.Input, Node.InputMap, Node.Output, Node.OutputMap
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
YoloSpatialDetectionNetwork(PipelineImpl par,
long nodeId) |
YoloSpatialDetectionNetwork(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
StringIntVectorMap |
getAnchorMasks()
Get anchor masks
|
FloatPointer |
getAnchors()
Get anchors
|
int |
getCoordinateSize()
Get coordianate size
|
float |
getIouThreshold()
Get Iou threshold
|
int |
getNumClasses()
Get num classes
|
void |
setAnchorMasks(StringIntVectorMap anchorMasks)
Set anchor masks
|
void |
setAnchors(float[] anchors) |
void |
setAnchors(FloatBuffer anchors) |
void |
setAnchors(FloatPointer anchors)
Set anchors
|
void |
setCoordinateSize(int coordinates)
Set coordianate size
|
void |
setIouThreshold(float thresh)
Set Iou threshold
|
void |
setNumClasses(int numClasses)
Set num classes
|
clone, getName, properties, properties
boundingBoxMapping, input, inputDepth, NAME, out, passthrough, passthroughDepth, setBoundingBoxScaleFactor, setDepthLowerThreshold, setDepthUpperThreshold, setSpatialCalculationAlgorithm, setSpatialCalculationAlgorithm, setSpatialCalculationStepSize, spatialLocationCalculatorOutput
getConfidenceThreshold, outNetwork, setConfidenceThreshold
properties
getNumInferenceThreads, inputs, passthroughs, setBlob, setBlob, setBlobPath, setNumInferenceThreads, setNumNCEPerInferenceThread, setNumPoolFrames
properties
assetManager, getAssetManager, getInputRefs, getInputs, getOutputRefs, getOutputs, getParentPipeline, getProperties, getRequiredOpenVINOVersion, id, inputMapRefs, inputRefs, outputMapRefs, outputRefs, propertiesHolder, setInputMapRefs, setInputRefs, setOutputMapRefs, setOutputRefs
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public YoloSpatialDetectionNetwork(Pointer p)
Pointer(Pointer)
.public YoloSpatialDetectionNetwork(@SharedPtr PipelineImpl par, @Cast(value="int64_t") long nodeId)
public void setNumClasses(int numClasses)
public void setCoordinateSize(int coordinates)
public void setAnchors(@StdVector FloatPointer anchors)
public void setAnchors(@StdVector FloatBuffer anchors)
public void setAnchors(@StdVector float[] anchors)
public void setAnchorMasks(@ByVal StringIntVectorMap anchorMasks)
public void setIouThreshold(float thresh)
public int getNumClasses()
public int getCoordinateSize()
@StdVector public FloatPointer getAnchors()
@ByVal public StringIntVectorMap getAnchorMasks()
public float getIouThreshold()
Copyright © 2024. All rights reserved.