NVIDIA DeepStream SDK API Reference

9.0 Release
NvDsInferObjectDetectionInfo Struct Reference

Detailed Description

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

Definition at line 145 of file sources/includes/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...
 
float rotation_angle
 Holds the rotation angle in radians for oriented bounding boxes (OBB). More...
 

Field Documentation

◆ classId

unsigned int NvDsInferObjectDetectionInfo::classId

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

Definition at line 148 of file sources/includes/nvdsinfer.h.

◆ detectionConfidence

float NvDsInferObjectDetectionInfo::detectionConfidence

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

Definition at line 161 of file sources/includes/nvdsinfer.h.

◆ height

float NvDsInferObjectDetectionInfo::height

Holds the height of the object's bounding box.

Definition at line 157 of file sources/includes/nvdsinfer.h.

Referenced by deepstream::TensorMetaParser::handleData().

◆ left

float NvDsInferObjectDetectionInfo::left

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

Definition at line 151 of file sources/includes/nvdsinfer.h.

Referenced by deepstream::TensorMetaParser::handleData().

◆ rotation_angle

float NvDsInferObjectDetectionInfo::rotation_angle

Holds the rotation angle in radians for oriented bounding boxes (OBB).

0.0 indicates axis-aligned bounding box.

Definition at line 165 of file sources/includes/nvdsinfer.h.

◆ top

float NvDsInferObjectDetectionInfo::top

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

Definition at line 153 of file sources/includes/nvdsinfer.h.

Referenced by deepstream::TensorMetaParser::handleData().

◆ width

float NvDsInferObjectDetectionInfo::width

Holds the width of the object's bounding box.

Definition at line 155 of file sources/includes/nvdsinfer.h.

Referenced by deepstream::TensorMetaParser::handleData().


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