NVIDIA DeepStream SDK API Reference6.0.1 Release |
Holds a rectangle's position and size.
Definition at line 100 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... | |
float NvDsRect::height |
Holds the rectangle's height in pixels.
Definition at line 104 of file nvdsmeta_schema.h.
float NvDsRect::left |
Holds the position of rectangle's left side in pixels.
Definition at line 102 of file nvdsmeta_schema.h.
float NvDsRect::top |
Holds the position of rectangle's top in pixels.
Definition at line 101 of file nvdsmeta_schema.h.
float NvDsRect::width |
Holds the rectangle's width in pixels.
Definition at line 103 of file nvdsmeta_schema.h.