|
Mech-Eye API 2.2.0
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 ROI. | |
| unsigned | upperLeftY |
| The row coordinate of the upper-left corner of 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.
|
inline |
Definition at line 41 of file CommonTypes.h.
| size_t mmind::eye::ROI::height |
Definition at line 47 of file CommonTypes.h.
| unsigned mmind::eye::ROI::upperLeftX |
The column coordinate of the upper-left corner of ROI.
Definition at line 44 of file CommonTypes.h.
| unsigned mmind::eye::ROI::upperLeftY |
The row coordinate of the upper-left corner of ROI.
Definition at line 45 of file CommonTypes.h.
| size_t mmind::eye::ROI::width |
Definition at line 46 of file CommonTypes.h.