NVIDIA DeepStream SDK API Reference5.0 Release |
Holds information about one parsed object and instance mask from a detector's output.
Definition at line 160 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... | |
unsigned int NvDsInferInstanceMaskInfo::classId |
Holds the ID of the class to which the object belongs.
Definition at line 163 of file nvdsinfer.h.
float NvDsInferInstanceMaskInfo::detectionConfidence |
Holds the object detection confidence level; must in the range [0.0,1.0].
Definition at line 176 of file nvdsinfer.h.
float NvDsInferInstanceMaskInfo::height |
Holds the height of the object's bounding box.
Definition at line 172 of file nvdsinfer.h.
float NvDsInferInstanceMaskInfo::left |
Holds the horizontal offset of the bounding box shape for the object.
Definition at line 166 of file nvdsinfer.h.
float* NvDsInferInstanceMaskInfo::mask |
Holds object segment mask.
Definition at line 179 of file nvdsinfer.h.
unsigned int NvDsInferInstanceMaskInfo::mask_height |
Holds height of mask.
Definition at line 183 of file nvdsinfer.h.
unsigned int NvDsInferInstanceMaskInfo::mask_size |
Holds size of mask in bytes.
Definition at line 185 of file nvdsinfer.h.
unsigned int NvDsInferInstanceMaskInfo::mask_width |
Holds width of mask.
Definition at line 181 of file nvdsinfer.h.
float NvDsInferInstanceMaskInfo::top |
Holds the vertical offset of the object's bounding box.
Definition at line 168 of file nvdsinfer.h.
float NvDsInferInstanceMaskInfo::width |
Holds the width of the object's bounding box.
Definition at line 170 of file nvdsinfer.h.