Holds information on all attributes classifed by a classifier network for one frame.
Definition at line 451 of file post_processor_struct.h.
Data Fields | |
NvDsPostProcessAttribute * | attributes |
Holds a pointer to an array of attributes. More... | |
unsigned int | numAttributes |
Holds the size of the attributes array. More... | |
char * | label |
Holds a pointer to a string containing a label for the classified output. More... | |
NvDsPostProcessAttribute* NvDsPostProcessClassificationOutput::attributes |
Holds a pointer to an array of attributes.
There may be more than one attribute, depending on the number of output coverage layers (multi-label classifiers).
Definition at line 456 of file post_processor_struct.h.
char* NvDsPostProcessClassificationOutput::label |
Holds a pointer to a string containing a label for the classified output.
Definition at line 461 of file post_processor_struct.h.
unsigned int NvDsPostProcessClassificationOutput::numAttributes |
Holds the size of the attributes array.
Definition at line 458 of file post_processor_struct.h.