NVIDIA DeepStream SDK API Reference

6.4 Release
_NvDsClassifierMeta Struct Reference

Detailed Description

Holds classifier metadata for an object.

Definition at line 400 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

◆ base_meta

NvDsBaseMeta _NvDsClassifierMeta::base_meta

Definition at line 401 of file nvdsmeta.h.

◆ classifier_type

const gchar* _NvDsClassifierMeta::classifier_type

Holds the type of the classifier.

Definition at line 409 of file nvdsmeta.h.

◆ label_info_list

NvDsLabelInfoList* _NvDsClassifierMeta::label_info_list

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

Definition at line 407 of file nvdsmeta.h.

◆ num_labels

guint _NvDsClassifierMeta::num_labels

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

Definition at line 403 of file nvdsmeta.h.

◆ unique_component_id

gint _NvDsClassifierMeta::unique_component_id

Holds a unique component ID for the classifier metadata.

Definition at line 405 of file nvdsmeta.h.


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