Mech-Eye API 2.5.1
API reference documentation for Mech-Eye Industrial 3D Camera
|
Describes the region of interest (ROI) of a laser profiler. More...
#include <CommonTypes.h>
Public Member Functions | |
constexpr | ProfileROI () |
constexpr | ProfileROI (double xAxisCenter, double width, double height) |
bool | operator== (const ProfileROI &other) |
Data Fields | |
double | xAxisCenter |
The position (in mm) of the ROI's center on the X-axis. | |
double | width |
The X-axis width (in mm) of the ROI. | |
double | height |
The Z-axis height (in mm) of the ROI. | |
Describes the region of interest (ROI) of a laser profiler.
|
inlineconstexpr |
|
inlineconstexpr |
bool operator== | ( | const ProfileROI & | other | ) |
double height |
The Z-axis height (in mm) of the ROI.
double width |
The X-axis width (in mm) of the ROI.
double xAxisCenter |
The position (in mm) of the ROI's center on the X-axis.