![]() |
NVIDIA DeepStream SDK API Reference4.0.1 Release |
Holds the information on all objects detected by a detector network in one frame.
Definition at line 393 of file nvdsinfer_context.h.
Data Fields | |
NvDsInferObject * | objects |
Array of objects. More... | |
unsigned int | numObjects |
Number of objects in the array. More... | |
unsigned int NvDsInferDetectionOutput::numObjects |
Number of objects in the array.
Definition at line 398 of file nvdsinfer_context.h.
NvDsInferObject* NvDsInferDetectionOutput::objects |
Array of objects.
Definition at line 396 of file nvdsinfer_context.h.