NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsPostProcessDetectionOutput Struct Reference

Detailed Description

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

Definition at line 435 of file post_processor_struct.h.

Collaboration diagram for NvDsPostProcessDetectionOutput:

Data Fields

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

Field Documentation

◆ numObjects

unsigned int NvDsPostProcessDetectionOutput::numObjects

Holds the number of objects in objects.

Definition at line 440 of file post_processor_struct.h.

◆ objects

NvDsPostProcessObject* NvDsPostProcessDetectionOutput::objects

Holds a pointer to an array of objects.

Definition at line 438 of file post_processor_struct.h.


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