![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holda a Region of Interest.
The co-ordinates are top-left inclusive, bottom-right exclusive.
Definition at line 174 of file nvmedia_core.h.
Data Fields | |
int32_t | left |
left column of a rectangle More... | |
int32_t | top |
top row of a rectangle More... | |
int32_t | right |
right column of a rectangle More... | |
int32_t | bottom |
bottom row of a rectangle More... | |
int32_t NvMediaROI::bottom |
bottom row of a rectangle
Definition at line 182 of file nvmedia_core.h.
int32_t NvMediaROI::left |
left column of a rectangle
Definition at line 176 of file nvmedia_core.h.
int32_t NvMediaROI::right |
right column of a rectangle
Definition at line 180 of file nvmedia_core.h.
int32_t NvMediaROI::top |
top row of a rectangle
Definition at line 178 of file nvmedia_core.h.