NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsInferInstanceMaskInfo Struct Reference

Detailed Description

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

Definition at line 168 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...
 
float * mask
 Holds object segment mask. More...
 
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

◆ classId

unsigned int NvDsInferInstanceMaskInfo::classId

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

Definition at line 171 of file nvdsinfer.h.

◆ detectionConfidence

float NvDsInferInstanceMaskInfo::detectionConfidence

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

Definition at line 184 of file nvdsinfer.h.

◆ height

float NvDsInferInstanceMaskInfo::height

Holds the height of the object's bounding box.

Definition at line 180 of file nvdsinfer.h.

◆ left

float NvDsInferInstanceMaskInfo::left

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

Definition at line 174 of file nvdsinfer.h.

◆ mask

float* NvDsInferInstanceMaskInfo::mask

Holds object segment mask.

Definition at line 187 of file nvdsinfer.h.

◆ mask_height

unsigned int NvDsInferInstanceMaskInfo::mask_height

Holds height of mask.

Definition at line 191 of file nvdsinfer.h.

◆ mask_size

unsigned int NvDsInferInstanceMaskInfo::mask_size

Holds size of mask in bytes.

Definition at line 193 of file nvdsinfer.h.

◆ mask_width

unsigned int NvDsInferInstanceMaskInfo::mask_width

Holds width of mask.

Definition at line 189 of file nvdsinfer.h.

◆ top

float NvDsInferInstanceMaskInfo::top

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

Definition at line 176 of file nvdsinfer.h.

◆ width

float NvDsInferInstanceMaskInfo::width

Holds the width of the object's bounding box.

Definition at line 178 of file nvdsinfer.h.


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