NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsRect Struct Reference

Detailed Description

Holds a rectangle's position and size.

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

◆ height

float NvDsRect::height

Holds the rectangle's height in pixels.

Definition at line 107 of file nvdsmeta_schema.h.

◆ left

float NvDsRect::left

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

Definition at line 105 of file nvdsmeta_schema.h.

◆ top

float NvDsRect::top

Holds the position of rectangle's top in pixels.

Definition at line 104 of file nvdsmeta_schema.h.

◆ width

float NvDsRect::width

Holds the rectangle's width in pixels.

Definition at line 106 of file nvdsmeta_schema.h.


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