NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds label metadata for the classifier.

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

NvDsBaseMeta _NvDsLabelInfo::base_meta

Definition at line 376 of file nvdsmeta.h.

guint _NvDsLabelInfo::label_id

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

Definition at line 386 of file nvdsmeta.h.

guint _NvDsLabelInfo::num_classes

Holds the number of classes of the given label.

Definition at line 378 of file nvdsmeta.h.

gchar* _NvDsLabelInfo::pResult_label

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

Definition at line 382 of file nvdsmeta.h.

guint _NvDsLabelInfo::result_class_id

Holds the class UD of the best result.

Definition at line 384 of file nvdsmeta.h.

gchar _NvDsLabelInfo::result_label[MAX_LABEL_SIZE]

Holds an string describing the label of the classified object.

Definition at line 380 of file nvdsmeta.h.

gfloat _NvDsLabelInfo::result_prob

Holds the probability of best result.

Definition at line 388 of file nvdsmeta.h.


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