NVIDIA DeepStream SDK API Reference

4.0 Release

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

Detailed Description

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

Definition at line 126 of file nvdsinfer.h.

Data Fields

unsigned int classId
 ID of the class to which the object belongs. More...
 
unsigned int left
 Horizontal offset of the bounding box shape for the object. More...
 
unsigned int top
 Vertical offset of the bounding box shape for the object. More...
 
unsigned int width
 Width of the bounding box shape for the object. More...
 
unsigned int height
 Height of the bounding box shape for the object. More...
 
float detectionConfidence
 Object detection confidence. More...
 

Field Documentation

unsigned int NvDsInferObjectDetectionInfo::classId

ID of the class to which the object belongs.

Definition at line 129 of file nvdsinfer.h.

float NvDsInferObjectDetectionInfo::detectionConfidence

Object detection confidence.

Should be a float value in the range [0,1]

Definition at line 141 of file nvdsinfer.h.

unsigned int NvDsInferObjectDetectionInfo::height

Height of the bounding box shape for the object.

Definition at line 138 of file nvdsinfer.h.

unsigned int NvDsInferObjectDetectionInfo::left

Horizontal offset of the bounding box shape for the object.

Definition at line 132 of file nvdsinfer.h.

unsigned int NvDsInferObjectDetectionInfo::top

Vertical offset of the bounding box shape for the object.

Definition at line 134 of file nvdsinfer.h.

unsigned int NvDsInferObjectDetectionInfo::width

Width of the bounding box shape for the object.

Definition at line 136 of file nvdsinfer.h.


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