NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
_NvDsClassifierMeta Struct Reference

Detailed Description

Holds classifier metadata for an object.

Definition at line 328 of file nvdsmeta.h.

Collaboration diagram for _NvDsClassifierMeta:

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...
 
NvDsLabelInfoListlabel_info_list
 Holds a pointer to a list of pointers of type NvDsLabelInfo. More...
 

Field Documentation

NvDsBaseMeta _NvDsClassifierMeta::base_meta

Definition at line 329 of file nvdsmeta.h.

NvDsLabelInfoList* _NvDsClassifierMeta::label_info_list

Holds a pointer to a list of pointers of type NvDsLabelInfo.

Definition at line 335 of file nvdsmeta.h.

guint _NvDsClassifierMeta::num_labels

Holds the number of outputs/labels produced by the classifier.

Definition at line 331 of file nvdsmeta.h.

gint _NvDsClassifierMeta::unique_component_id

Holds a unique component ID for the classifier metadata.

Definition at line 333 of file nvdsmeta.h.


The documentation for this struct was generated from the following file: