NVIDIA DeepStream SDK API Reference

5.0 Release

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
_NvMOTRect Struct Reference

Detailed Description

Holds the definition of a rectangle.

Definition at line 177 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...
 

Field Documentation

float _NvMOTRect::height

Holds the height of the bounding box, in pixels.

Definition at line 186 of file nvdstracker.h.

float _NvMOTRect::width

Holds the width of the bounding box, in pixels.

Definition at line 184 of file nvdstracker.h.

float _NvMOTRect::x

Holds the left edge position of the object bounding box, in pixels.

Definition at line 180 of file nvdstracker.h.

float _NvMOTRect::y

Holds the top edge position of the object bounding box, in pixels.

Definition at line 182 of file nvdstracker.h.


The documentation for this struct was generated from the following file: