NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaROI Struct Reference

Detailed Description

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...
 

Field Documentation

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.


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