NVIDIA DeepStream SDK API Reference

8.0 Release
NvDsRect Struct Reference

Detailed Description

Holds a rectangle's position and size.

Definition at line 106 of file sources/includes/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 110 of file sources/includes/nvdsmeta_schema.h.

◆ left

float NvDsRect::left

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

Definition at line 108 of file sources/includes/nvdsmeta_schema.h.

◆ top

float NvDsRect::top

Holds the position of rectangle's top in pixels.

Definition at line 107 of file sources/includes/nvdsmeta_schema.h.

◆ width

float NvDsRect::width

Holds the rectangle's width in pixels.

Definition at line 109 of file sources/includes/nvdsmeta_schema.h.


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