Holds information on all objects detected by a detector network in one frame.
Definition at line 439 of file post_processor_struct.h.
Data Fields | |
NvDsPostProcessObject * | objects |
Holds a pointer to an array of objects. More... | |
unsigned int | numObjects |
Holds the number of objects in objects. More... | |
unsigned int NvDsPostProcessDetectionOutput::numObjects |
Holds the number of objects in objects.
Definition at line 444 of file post_processor_struct.h.
NvDsPostProcessObject* NvDsPostProcessDetectionOutput::objects |
Holds a pointer to an array of objects.
Definition at line 442 of file post_processor_struct.h.