NVIDIA DeepStream SDK API Reference

4.0.1 Release

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

Detailed Description

Holds information of classifier metadata in the object.

Definition at line 299 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...
 
NvDsLabelInfoListlabel_info_list
 list of label pointers of the given class More...
 

Field Documentation

NvDsBaseMeta _NvDsClassifierMeta::base_meta

Definition at line 300 of file nvdsmeta.h.

NvDsLabelInfoList* _NvDsClassifierMeta::label_info_list

list of label pointers of the given class

Definition at line 306 of file nvdsmeta.h.

guint _NvDsClassifierMeta::num_labels

number of outputs/labels of the classifier

Definition at line 302 of file nvdsmeta.h.

gint _NvDsClassifierMeta::unique_component_id

unique component id that attaches NvDsClassifierMeta metadata

Definition at line 304 of file nvdsmeta.h.


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