|
|
NVIDIA DeepStream SDK API Reference4.0.2 Release |
Holds the information on all objects detected by a detector network in one frame.
Definition at line 378 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 383 of file nvdsinfer_context.h.
| NvDsInferObject* NvDsInferDetectionOutput::objects |
Array of objects.
Definition at line 381 of file nvdsinfer_context.h.