@Namespace(value="dai::node") @NoOffset @Properties(inherit=depthai.class) public class DetectionNetwork extends DetectionNetworkPropertiesNode
Node.Connection, Node.DatatypeHierarchy, Node.Input, Node.InputMap, Node.Output, Node.OutputMapPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
DetectionNetwork(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getConfidenceThreshold()
Retrieves threshold at which to filter the rest of the detections.
|
static BytePointer |
NAME() |
Node.Output |
out()
Outputs ImgDetections message that carries parsed detection results.
|
Node.Output |
outNetwork()
Outputs unparsed inference results.
|
void |
setConfidenceThreshold(float thresh)
Specifies confidence threshold at which to filter the rest of the detections.
|
clone, getName, properties, propertiesgetNumInferenceThreads, input, inputs, passthrough, passthroughs, setBlob, setBlob, setBlobPath, setNumInferenceThreads, setNumNCEPerInferenceThread, setNumPoolFramespropertiesassetManager, getAssetManager, getInputRefs, getInputs, getOutputRefs, getOutputs, getParentPipeline, getProperties, getRequiredOpenVINOVersion, id, inputMapRefs, inputRefs, outputMapRefs, outputRefs, propertiesHolder, setInputMapRefs, setInputRefs, setOutputMapRefs, setOutputRefsaddress, 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, zeropublic DetectionNetwork(Pointer p)
Pointer(Pointer).@MemberGetter @Cast(value="const char*") public static BytePointer NAME()
@MemberGetter @ByRef public Node.Output out()
out in class NeuralNetwork@MemberGetter @ByRef public Node.Output outNetwork()
public void setConfidenceThreshold(float thresh)
thresh - Detection confidence must be greater than specified threshold to be added to the listpublic float getConfidenceThreshold()
Copyright © 2023. All rights reserved.