@Namespace(value="dai::node") @Properties(inherit=depthai.class) public class YoloSpatialDetectionNetwork extends SpatialDetectionNetwork
Node.Connection, Node.DatatypeHierarchy, Node.Input, Node.OutputPointer.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 |
|---|---|
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
|
boundingBoxMapping, getName, input, inputDepth, out, passthrough, passthroughDepth, setBoundingBoxScaleFactor, setDepthLowerThreshold, setDepthUpperThresholdsetConfidenceThresholdgetNumInferenceThreads, setBlobPath, setBlobPath, setNumInferenceThreads, setNumNCEPerInferenceThread, setNumPoolFramesassetManager, clone, getAssets, getInputRefs, getInputs, getOutputRefs, getOutputs, getParentPipeline, getProperties, getRequiredOpenVINOVersion, id, inputs, outputsaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic 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)
Copyright © 2021. All rights reserved.