Loading [MathJax]/extensions/tex2jax.js

NVIDIA DeepStream SDK API Reference

8.0 Release
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
NvDsInferDetectionOutput Struct Reference

Detailed Description

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

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

Definition at line 534 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

◆ numObjects

unsigned int NvDsInferDetectionOutput::numObjects

Holds the number of objects in objects.

Number of objects in the array.

Definition at line 539 of file nvdsinfer_context.h.

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

◆ objects

NvDsInferObject * NvDsInferDetectionOutput::objects

Holds a pointer to an array of objects.

Array of objects.

Definition at line 537 of file nvdsinfer_context.h.

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


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