NvDsInferParseDetectionParams¶
-
struct
NvDsInferParseDetectionParams
¶ Holds the detection parameters required for parsing objects.
Public Members
-
unsigned int
numClassesConfigured
¶ Holds the number of classes requested to be parsed, starting with class ID 0.
Parsing functions may only output objects with class ID less than this value.
-
std::vector<float>
perClassPreclusterThreshold
¶ Holds a per-class vector of detection confidence thresholds to be applied prior to clustering operation.
Parsing functions may only output an object with detection confidence greater than or equal to the vector element indexed by the object’s class ID.
-
std::vector<float> &
perClassThreshold
= perClassPreclusterThreshold¶ Deprecated.
Use perClassPreclusterThreshold instead. Reference to maintain backward compatibility.
-
unsigned int