This struct defines camera region of interest.
More...
#include <MechEyeDataType.h>
|
unsigned | x |
| The column coordinates of the upper left point of the region of interest.
|
|
unsigned | y |
| The row coordinates of the upper left point of the region of interest.
|
|
unsigned | width |
| The width of the region of interest.
|
|
unsigned | height |
| The height of the region of interest.
|
|
This struct defines camera region of interest.
◆ ROI() [1/2]
◆ ROI() [2/2]
ROI |
( |
int |
x, |
|
|
int |
y, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
inline |
◆ height
The height of the region of interest.
◆ width
The width of the region of interest.
The column coordinates of the upper left point of the region of interest.
The row coordinates of the upper left point of the region of interest.
The documentation for this struct was generated from the following file: