NVIDIA DeepStream SDK API Reference5.0 Release |
Holds label metadata for the classifier.
Definition at line 341 of file nvdsmeta.h.
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... | |
NvDsBaseMeta _NvDsLabelInfo::base_meta |
Definition at line 342 of file nvdsmeta.h.
guint _NvDsLabelInfo::label_id |
Holds the label ID in case there are multiple label classifiers.
Definition at line 352 of file nvdsmeta.h.
guint _NvDsLabelInfo::num_classes |
Holds the number of classes of the given label.
Definition at line 344 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 348 of file nvdsmeta.h.
guint _NvDsLabelInfo::result_class_id |
Holds the class UD of the best result.
Definition at line 350 of file nvdsmeta.h.
gchar _NvDsLabelInfo::result_label[MAX_LABEL_SIZE] |
Holds an string describing the label of the classified object.
Definition at line 346 of file nvdsmeta.h.
gfloat _NvDsLabelInfo::result_prob |
Holds the probability of best result.
Definition at line 354 of file nvdsmeta.h.