NVIDIA DeepStream SDK API Reference6.0 Release |
Holds the definition of a rectangle.
Definition at line 194 of file nvdstracker.h.
Data Fields | |
float | x |
Holds the left edge position of the object bounding box, in pixels. More... | |
float | y |
Holds the top edge position of the object bounding box, in pixels. More... | |
float | width |
Holds the width of the bounding box, in pixels. More... | |
float | height |
Holds the height of the bounding box, in pixels. More... | |
float _NvMOTRect::height |
Holds the height of the bounding box, in pixels.
Definition at line 203 of file nvdstracker.h.
float _NvMOTRect::width |
Holds the width of the bounding box, in pixels.
Definition at line 201 of file nvdstracker.h.
float _NvMOTRect::x |
Holds the left edge position of the object bounding box, in pixels.
Definition at line 197 of file nvdstracker.h.
float _NvMOTRect::y |
Holds the top edge position of the object bounding box, in pixels.
Definition at line 199 of file nvdstracker.h.