NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

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

Definition at line 426 of file nvdsinfer_context.h.

Collaboration diagram for NvDsInferDetectionOutput:

Data Fields

NvDsInferObjectobjects
 Holds a pointer to an array of objects. More...
 
unsigned int numObjects
 Holds the number of objects in objects. More...
 

Field Documentation

unsigned int NvDsInferDetectionOutput::numObjects

Holds the number of objects in objects.

Definition at line 431 of file nvdsinfer_context.h.

NvDsInferObject* NvDsInferDetectionOutput::objects

Holds a pointer to an array of objects.

Definition at line 429 of file nvdsinfer_context.h.


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