NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds information about one parsed object from a detector's output.

Definition at line 133 of file nvdsinfer.h.

Data Fields

unsigned int classId
 Holds the ID of the class to which the object belongs. More...
 
float left
 Holds the horizontal offset of the bounding box shape for the object. More...
 
float top
 Holds the vertical offset of the object's bounding box. More...
 
float width
 Holds the width of the object's bounding box. More...
 
float height
 Holds the height of the object's bounding box. More...
 
float detectionConfidence
 Holds the object detection confidence level; must in the range [0.0,1.0]. More...
 

Field Documentation

unsigned int NvDsInferObjectDetectionInfo::classId

Holds the ID of the class to which the object belongs.

Definition at line 136 of file nvdsinfer.h.

float NvDsInferObjectDetectionInfo::detectionConfidence

Holds the object detection confidence level; must in the range [0.0,1.0].

Definition at line 149 of file nvdsinfer.h.

float NvDsInferObjectDetectionInfo::height

Holds the height of the object's bounding box.

Definition at line 145 of file nvdsinfer.h.

float NvDsInferObjectDetectionInfo::left

Holds the horizontal offset of the bounding box shape for the object.

Definition at line 139 of file nvdsinfer.h.

float NvDsInferObjectDetectionInfo::top

Holds the vertical offset of the object's bounding box.

Definition at line 141 of file nvdsinfer.h.

float NvDsInferObjectDetectionInfo::width

Holds the width of the object's bounding box.

Definition at line 143 of file nvdsinfer.h.


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