NVIDIA DeepStream SDK API Reference

6.1.1 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 381 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...
 
const gchar * classifier_type
 Holds the type of the classifier. More...
 

Field Documentation

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.


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