Mech-Eye API 2.3.3
API reference documentation for Mech-Eye Industrial 3D Camera
|
Describes a region of interest (ROI). More...
#include <CommonTypes.h>
Public Member Functions | |
constexpr | ROI (unsigned upperLeftX, unsigned upperLeftY, size_t width, size_t height) |
bool | operator== (const ROI &other) |
Public Attributes | |
unsigned | upperLeftX |
The column coordinate of the upper-left corner of the ROI. | |
unsigned | upperLeftY |
The row coordinate of the upper-left corner of the ROI. | |
size_t | width |
size_t | height |
Describes a region of interest (ROI).
Definition at line 34 of file CommonTypes.h.
|
inlineconstexpr |
Definition at line 36 of file CommonTypes.h.
|
inlineconstexpr |
Definition at line 37 of file CommonTypes.h.
Definition at line 41 of file CommonTypes.h.
size_t mmind::eye::ROI::height |
Definition at line 46 of file CommonTypes.h.
unsigned mmind::eye::ROI::upperLeftX |
The column coordinate of the upper-left corner of the ROI.
Definition at line 43 of file CommonTypes.h.
unsigned mmind::eye::ROI::upperLeftY |
The row coordinate of the upper-left corner of the ROI.
Definition at line 44 of file CommonTypes.h.
size_t mmind::eye::ROI::width |
Definition at line 45 of file CommonTypes.h.