|
|
NVIDIA DeepStream SDK API Reference4.0.2 Release |
Rectangle.
Definition at line 130 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 135 of file nvdstracker.h.
| int _NvMOTRect::width |
Width of the bounding box in pixels.
Definition at line 134 of file nvdstracker.h.
| int _NvMOTRect::x |
Pixel coordinate of left edge of the object bounding box.
Definition at line 132 of file nvdstracker.h.
| int _NvMOTRect::y |
Pixel coordinate of top edge of the object bounding box.
Definition at line 133 of file nvdstracker.h.