NVIDIA DeepStream SDK API Reference6.1.1 Release |
Holds information on all objects detected by a detector network in one frame.
Definition at line 486 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.
Definition at line 491 of file nvdsinfer_context.h.
NvDsInferObject* NvDsInferDetectionOutput::objects |
Holds a pointer to an array of objects.
Definition at line 489 of file nvdsinfer_context.h.