NVIDIA DeepStream SDK API Reference

6.4 Release
_NvDsLabelInfo Struct Reference

Detailed Description

Holds label metadata for the classifier.

Definition at line 415 of file nvdsmeta.h.

Collaboration diagram for _NvDsLabelInfo:

Data Fields

NvDsBaseMeta base_meta
 
guint num_classes
 Holds the number of classes of the given label. More...
 
gchar result_label [MAX_LABEL_SIZE]
 Holds an string describing the label of the classified object. More...
 
gchar * pResult_label
 Holds a pointer to the result label if its length exceeds MAX_LABEL_SIZE bytes. More...
 
guint result_class_id
 Holds the class UD of the best result. More...
 
guint label_id
 Holds the label ID in case there are multiple label classifiers. More...
 
gfloat result_prob
 Holds the probability of best result. More...
 

Field Documentation

◆ base_meta

NvDsBaseMeta _NvDsLabelInfo::base_meta

Definition at line 416 of file nvdsmeta.h.

◆ label_id

guint _NvDsLabelInfo::label_id

Holds the label ID in case there are multiple label classifiers.

Definition at line 426 of file nvdsmeta.h.

◆ num_classes

guint _NvDsLabelInfo::num_classes

Holds the number of classes of the given label.

Definition at line 418 of file nvdsmeta.h.

◆ pResult_label

gchar* _NvDsLabelInfo::pResult_label

Holds a pointer to the result label if its length exceeds MAX_LABEL_SIZE bytes.

Definition at line 422 of file nvdsmeta.h.

◆ result_class_id

guint _NvDsLabelInfo::result_class_id

Holds the class UD of the best result.

Definition at line 424 of file nvdsmeta.h.

◆ result_label

gchar _NvDsLabelInfo::result_label[MAX_LABEL_SIZE]

Holds an string describing the label of the classified object.

Definition at line 420 of file nvdsmeta.h.

◆ result_prob

gfloat _NvDsLabelInfo::result_prob

Holds the probability of best result.

Definition at line 428 of file nvdsmeta.h.


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