|
|
NVIDIA DRIVE OS Linux API Reference5.1.0.2 Release |
Holda a Region of Interest.
The co-ordinates are top-left inclusive, bottom-right exclusive.
Definition at line 184 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 192 of file nvmedia_core.h.
| int32_t NvMediaROI::left |
left column of a rectangle
Definition at line 186 of file nvmedia_core.h.
| int32_t NvMediaROI::right |
right column of a rectangle
Definition at line 190 of file nvmedia_core.h.
| int32_t NvMediaROI::top |
top row of a rectangle
Definition at line 188 of file nvmedia_core.h.