![]() |
NVIDIA DeepStream SDK API Reference4.0.1 Release |
Rectangle.
Definition at line 142 of file nvdstracker.h.
Data Fields | |
int | x |
Pixel coordinate of left edge of the object bounding box. More... | |
int | y |
Pixel coordinate of top edge of the object bounding box. More... | |
int | width |
Width of the bounding box in pixels. More... | |
int | height |
Height of the bounding box in pixels. More... | |
int _NvMOTRect::height |
Height of the bounding box in pixels.
Definition at line 147 of file nvdstracker.h.
int _NvMOTRect::width |
Width of the bounding box in pixels.
Definition at line 146 of file nvdstracker.h.
int _NvMOTRect::x |
Pixel coordinate of left edge of the object bounding box.
Definition at line 144 of file nvdstracker.h.
int _NvMOTRect::y |
Pixel coordinate of top edge of the object bounding box.
Definition at line 145 of file nvdstracker.h.