NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsInferDetectionOutput Struct Reference

Detailed Description

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

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

Definition at line 48 of file infer_post_datatypes.h.

Collaboration diagram for NvDsInferDetectionOutput:

Data Fields

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

Field Documentation

◆ numObjects

unsigned int NvDsInferDetectionOutput::numObjects

Number of objects in the array.

Holds the number of objects in objects.

Definition at line 52 of file infer_post_datatypes.h.

Referenced by nvdsinferserver::DetectionOutput::swapObjects().

◆ objects

NvDsInferObject * NvDsInferDetectionOutput::objects

Array of objects.

Holds a pointer to an array of objects.

Definition at line 50 of file infer_post_datatypes.h.

Referenced by nvdsinferserver::DetectionOutput::swapObjects().


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