NVIDIA DeepStream SDK API Reference

4.0.1 Release

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

Detailed Description

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...
 

Field Documentation

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.


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