NVIDIA DeepStream SDK API Reference

9.0 Release
NvDsPostProcessObjectDetectionInfo Struct Reference

Detailed Description

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

Definition at line 331 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_struct.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

◆ classId

unsigned int NvDsPostProcessObjectDetectionInfo::classId

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

Definition at line 334 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_struct.h.

◆ detectionConfidence

float NvDsPostProcessObjectDetectionInfo::detectionConfidence

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

Definition at line 347 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_struct.h.

◆ height

float NvDsPostProcessObjectDetectionInfo::height

Holds the height of the object's bounding box.

Definition at line 343 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_struct.h.

◆ left

float NvDsPostProcessObjectDetectionInfo::left

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

Definition at line 337 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_struct.h.

◆ top

float NvDsPostProcessObjectDetectionInfo::top

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

Definition at line 339 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_struct.h.

◆ width

float NvDsPostProcessObjectDetectionInfo::width

Holds the width of the object's bounding box.

Definition at line 341 of file sources/gst-plugins/gst-nvdspostprocess/postprocesslib_impl/post_processor_struct.h.


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