Holds the detection parameters required for parsing objects.
Definition at line 561 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_struct.h.
Data Fields | |
| unsigned int | numClassesConfigured |
| Holds the number of classes requested to be parsed, starting with class ID 0. More... | |
| std::vector< float > | perClassPreclusterThreshold |
| Holds a per-class vector of detection confidence thresholds to be applied prior to the clustering operation. More... | |
| std::vector< float > | perClassPostclusterThreshold |
| unsigned int NvDsPostProcessParseDetectionParams::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.
Definition at line 566 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_struct.h.
| std::vector< float > NvDsPostProcessParseDetectionParams::perClassPostclusterThreshold |
Definition at line 574 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_struct.h.
| std::vector< float > NvDsPostProcessParseDetectionParams::perClassPreclusterThreshold |
Holds a per-class vector of detection confidence thresholds to be applied prior to the 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.
Definition at line 572 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_struct.h.