NvDsRect¶
-
struct
NvDsRect Holds a rectangle’s position and size.
Public Members
-
float
top Holds the position of rectangle’s top in pixels.
-
float
left Holds the position of rectangle’s left side in pixels.
-
float
width Holds the rectangle’s width in pixels.
-
float
height Holds the rectangle’s height in pixels.
-
float