Holds information on all objects detected by a detector network in one frame.
Holds the information on all objects detected by a detector network in one frame.
Definition at line 493 of file nvdsinfer_context.h.
Data Fields | |
NvDsInferObject * | objects |
Holds a pointer to an array of objects. More... | |
unsigned int | numObjects |
Holds the number of objects in objects. More... | |
unsigned int NvDsInferDetectionOutput::numObjects |
Holds the number of objects in objects.
Number of objects in the array.
Definition at line 498 of file nvdsinfer_context.h.
Referenced by nvdsinferserver::DetectionOutput::swapObjects().
NvDsInferObject * NvDsInferDetectionOutput::objects |
Holds a pointer to an array of objects.
Array of objects.
Definition at line 496 of file nvdsinfer_context.h.
Referenced by nvdsinferserver::DetectionOutput::swapObjects().