NvDsInferObjectDetectionInfo¶
-
struct
NvDsInferObjectDetectionInfo¶ Holds information about one parsed object from a detector’s output.
Public Members
-
unsigned int
classId¶ Holds the ID of the class to which the object belongs.
-
float
left¶ Holds the horizontal offset of the bounding box shape for the object.
-
float
top¶ Holds the vertical offset of the object’s bounding box.
-
float
width¶ Holds the width of the object’s bounding box.
-
float
height¶ Holds the height of the object’s bounding box.
-
float
detectionConfidence¶ Holds the object detection confidence level; must in the range [0.0,1.0].
-
unsigned int