|
Mech-Eye API 2.5.0
API reference documentation for Mech-Eye Industrial 3D Camera
|
This struct defines camera region of interest. More...
#include <MechEyeDataType.h>
Public Member Functions | |
| ROI (int x, int y, int width, int height) | |
Public Attributes | |
| 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.
Definition at line 156 of file MechEyeDataType.h.
|
inline |
Definition at line 159 of file MechEyeDataType.h.
| unsigned mmind::api::ROI::height |
The height of the region of interest.
Definition at line 163 of file MechEyeDataType.h.
| unsigned mmind::api::ROI::width |
The width of the region of interest.
Definition at line 162 of file MechEyeDataType.h.
| unsigned mmind::api::ROI::x |
The column coordinates of the upper left point of the region of interest.
Definition at line 160 of file MechEyeDataType.h.
| unsigned mmind::api::ROI::y |
The row coordinates of the upper left point of the region of interest.
Definition at line 161 of file MechEyeDataType.h.