Rect Struct Reference

Rect structure to define a rectangle or a ROI in pixels Use to set ROI target for AEC/AGC More...

Attributes

int x
 x coordinates of top-left corner. More...
 
int y
 y coordinates of top-left corner. More...
 
int width
 width of the rectangle in pixels. More...
 
int height
 height of the rectangle in pixels. More...
 

Detailed Description

Rect structure to define a rectangle or a ROI in pixels Use to set ROI target for AEC/AGC

Variables

◆ x

int x

x coordinates of top-left corner.

◆ y

int y

y coordinates of top-left corner.

◆ width

int width

width of the rectangle in pixels.

◆ height

int height

height of the rectangle in pixels.