NVIDIA DeepStream SDK API Reference

5.0 Release

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

Detailed Description

Holds a rectangle's position and size.

Definition at line 93 of file nvdsmeta_schema.h.

Data Fields

float top
 Holds the position of rectangle's top in pixels. More...
 
float left
 Holds the position of rectangle's left side in pixels. More...
 
float width
 Holds the rectangle's width in pixels. More...
 
float height
 Holds the rectangle's height in pixels. More...
 

Field Documentation

float NvDsRect::height

Holds the rectangle's height in pixels.

Definition at line 97 of file nvdsmeta_schema.h.

float NvDsRect::left

Holds the position of rectangle's left side in pixels.

Definition at line 95 of file nvdsmeta_schema.h.

float NvDsRect::top

Holds the position of rectangle's top in pixels.

Definition at line 94 of file nvdsmeta_schema.h.

float NvDsRect::width

Holds the rectangle's width in pixels.

Definition at line 96 of file nvdsmeta_schema.h.


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