|
|
NVIDIA DeepStream SDK API Reference4.0.2 Release |
Holds information of classifier metadata in the object.
Definition at line 284 of file nvdsmeta.h.

Data Fields | |
| NvDsBaseMeta | base_meta |
| guint | num_labels |
| number of outputs/labels of the classifier More... | |
| gint | unique_component_id |
| unique component id that attaches NvDsClassifierMeta metadata More... | |
| NvDsLabelInfoList * | label_info_list |
| list of label pointers of the given class More... | |
| NvDsBaseMeta _NvDsClassifierMeta::base_meta |
Definition at line 285 of file nvdsmeta.h.
| NvDsLabelInfoList* _NvDsClassifierMeta::label_info_list |
list of label pointers of the given class
Definition at line 291 of file nvdsmeta.h.
| guint _NvDsClassifierMeta::num_labels |
number of outputs/labels of the classifier
Definition at line 287 of file nvdsmeta.h.
| gint _NvDsClassifierMeta::unique_component_id |
unique component id that attaches NvDsClassifierMeta metadata
Definition at line 289 of file nvdsmeta.h.