NVIDIA DRIVE 5.0 Linux SDK API Reference

5.0.10.3 Release

 All Data Structures 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 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...
 

Field Documentation

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.


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