NVIDIA DeepStream SDK API Reference6.0.1 Release |
Holds classifier metadata for an object.
Definition at line 381 of file nvdsmeta.h.
Data Fields | |
NvDsBaseMeta | base_meta |
guint | num_labels |
Holds the number of outputs/labels produced by the classifier. More... | |
gint | unique_component_id |
Holds a unique component ID for the classifier metadata. More... | |
NvDsLabelInfoList * | label_info_list |
Holds a pointer to a list of pointers of type NvDsLabelInfo. More... | |
const gchar * | classifier_type |
Holds the type of the classifier. More... | |
NvDsBaseMeta _NvDsClassifierMeta::base_meta |
Definition at line 382 of file nvdsmeta.h.
const gchar* _NvDsClassifierMeta::classifier_type |
Holds the type of the classifier.
Definition at line 390 of file nvdsmeta.h.
NvDsLabelInfoList* _NvDsClassifierMeta::label_info_list |
Holds a pointer to a list of pointers of type NvDsLabelInfo.
Definition at line 388 of file nvdsmeta.h.
guint _NvDsClassifierMeta::num_labels |
Holds the number of outputs/labels produced by the classifier.
Definition at line 384 of file nvdsmeta.h.
gint _NvDsClassifierMeta::unique_component_id |
Holds a unique component ID for the classifier metadata.
Definition at line 386 of file nvdsmeta.h.