|
|
NVIDIA DeepStream SDK API Reference4.0.2 Release |
Holds the information on all attributes classifed by a classifier network for one frame.
Definition at line 390 of file nvdsinfer_context.h.

Data Fields | |
| NvDsInferAttribute * | attributes |
| Array of attributes. More... | |
| unsigned int | numAttributes |
| Size of the attributes array. More... | |
| char * | label |
| String label for the classified output. More... | |
| NvDsInferAttribute* NvDsInferClassificationOutput::attributes |
Array of attributes.
Maybe more than one depending on the number of output coverage layers (multi-label classifiers)
Definition at line 394 of file nvdsinfer_context.h.
| char* NvDsInferClassificationOutput::label |
String label for the classified output.
Definition at line 398 of file nvdsinfer_context.h.
| unsigned int NvDsInferClassificationOutput::numAttributes |
Size of the attributes array.
Definition at line 396 of file nvdsinfer_context.h.