NVIDIA DeepStream SDK API Reference

4.0 Release

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

Detailed Description

Holds information of label metadata in the classifier.

Definition at line 312 of file nvdsmeta.h.

Data Fields

NvDsBaseMeta base_meta
 
guint num_classes
 number of classes of the given label More...
 
gchar result_label [MAX_LABEL_SIZE]
 an array to store the string describing the label of the classified object More...
 
gchar * pResult_label
 A pointer to store the result if it exceeds MAX_LABEL_SIZE bytes. More...
 
guint result_class_id
 class_id of the best result More...
 
guint label_id
 label_id in case of multi label classifier More...
 
gfloat result_prob
 probability of best result More...
 

Field Documentation

NvDsBaseMeta _NvDsLabelInfo::base_meta

Definition at line 313 of file nvdsmeta.h.

guint _NvDsLabelInfo::label_id

label_id in case of multi label classifier

Definition at line 324 of file nvdsmeta.h.

guint _NvDsLabelInfo::num_classes

number of classes of the given label

Definition at line 315 of file nvdsmeta.h.

gchar* _NvDsLabelInfo::pResult_label

A pointer to store the result if it exceeds MAX_LABEL_SIZE bytes.

Definition at line 320 of file nvdsmeta.h.

guint _NvDsLabelInfo::result_class_id

class_id of the best result

Definition at line 322 of file nvdsmeta.h.

gchar _NvDsLabelInfo::result_label[MAX_LABEL_SIZE]

an array to store the string describing the label of the classified object

Definition at line 318 of file nvdsmeta.h.

gfloat _NvDsLabelInfo::result_prob

probability of best result

Definition at line 326 of file nvdsmeta.h.


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