NVIDIA DeepStream SDK API Reference

4.0.2 Release

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

Detailed Description

Holds the information on all objects detected by a detector network in one frame.

Definition at line 378 of file nvdsinfer_context.h.

Collaboration diagram for NvDsInferDetectionOutput:

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 383 of file nvdsinfer_context.h.

NvDsInferObject* NvDsInferDetectionOutput::objects

Array of objects.

Definition at line 381 of file nvdsinfer_context.h.


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