NVIDIA DeepStream SDK API Reference

4.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups
NvDsInferDetectionOutput Struct Reference

Detailed Description

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

NvDsInferObjectobjects
 Array of objects. More...
 
unsigned int numObjects
 Number of objects in the array. More...
 

Field Documentation

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.


The documentation for this struct was generated from the following file: