NVIDIA DeepStream SDK API Reference

9.0 Release
NvDsPostProcessObject Struct Reference

Detailed Description

Holds information about one detected object.

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

Data Fields

float left
 Holds the object's offset from the left boundary of the frame. More...
 
float top
 Holds the object's offset from the top boundary of the frame. More...
 
float width
 Holds the object's width. More...
 
float height
 Holds the object's height. More...
 
int classIndex
 Holds the index for the object's class. More...
 
char * label
 Holds a pointer to a string containing a label for the object. More...
 
float confidence
 
float * mask
 
unsigned int mask_width
 Holds width of mask. More...
 
unsigned int mask_height
 Holds height of mask. More...
 
unsigned int mask_size
 Holds size of mask in bytes. More...
 

Field Documentation

◆ classIndex

int NvDsPostProcessObject::classIndex

Holds the index for the object's class.

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

◆ confidence

float NvDsPostProcessObject::confidence

◆ height

float NvDsPostProcessObject::height

Holds the object's height.

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

◆ label

char * NvDsPostProcessObject::label

Holds a pointer to a string containing a label for the object.

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

◆ left

float NvDsPostProcessObject::left

Holds the object's offset from the left boundary of the frame.

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

◆ mask

float * NvDsPostProcessObject::mask

◆ mask_height

unsigned int NvDsPostProcessObject::mask_height

◆ mask_size

unsigned int NvDsPostProcessObject::mask_size

Holds size of mask in bytes.

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

◆ mask_width

unsigned int NvDsPostProcessObject::mask_width

◆ top

float NvDsPostProcessObject::top

Holds the object's offset from the top boundary of the frame.

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

◆ width

float NvDsPostProcessObject::width

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