Holds information about one classified attribute.
Definition at line 207 of file sources/includes/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... | |
| char * | attributeLabel |
| Holds a pointer to a string containing the attribute's label. More... | |
| float NvDsInferAttribute::attributeConfidence |
Holds the attribute's confidence level.
Definition at line 216 of file sources/includes/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 212 of file sources/includes/nvdsinfer.h.
| char * NvDsInferAttribute::attributeLabel |
Holds a pointer to a string containing the attribute's label.
Memory for the string must not be freed. Custom parsing functions must allocate strings on heap using strdup or equivalent.
Definition at line 220 of file sources/includes/nvdsinfer.h.
| unsigned int NvDsInferAttribute::attributeValue |
Holds the the attribute's output value.
Definition at line 214 of file sources/includes/nvdsinfer.h.