NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds information about one classified attribute.

Definition at line 160 of file nvdsinfer.h.

Data Fields

unsigned int attributeIndex
 Holds the index of the attribute's label. More...
 
unsigned int attributeValue
 Holds the the attribute's output value. More...
 
float attributeConfidence
 Holds the attribute's confidence level. More...
 
const char * attributeLabel
 Holds a pointer to a string containing the attribute's label. More...
 

Field Documentation

float NvDsInferAttribute::attributeConfidence

Holds the attribute's confidence level.

Definition at line 169 of file nvdsinfer.h.

unsigned int NvDsInferAttribute::attributeIndex

Holds the index of the attribute's label.

This index corresponds to the order of output layers specified in the outputCoverageLayerNames vector during initialization.

Definition at line 165 of file nvdsinfer.h.

const char* NvDsInferAttribute::attributeLabel

Holds a pointer to a string containing the attribute's label.

Memory for the string must not be freed.

Definition at line 172 of file nvdsinfer.h.

unsigned int NvDsInferAttribute::attributeValue

Holds the the attribute's output value.

Definition at line 167 of file nvdsinfer.h.


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