NVIDIA DeepStream SDK API Reference

6.4 Release
_NvMOTRect Struct Reference

Detailed Description

Holds the definition of a rectangle.

Definition at line 190 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

◆ height

float _NvMOTRect::height

Holds the height of the bounding box, in pixels.

Definition at line 199 of file nvdstracker.h.

◆ width

float _NvMOTRect::width

Holds the width of the bounding box, in pixels.

Definition at line 197 of file nvdstracker.h.

◆ x

float _NvMOTRect::x

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

Definition at line 193 of file nvdstracker.h.

◆ y

float _NvMOTRect::y

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

Definition at line 195 of file nvdstracker.h.


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