|
Mech-Eye API 2.5.1
API reference documentation for Mech-Eye 3D Laser Profiler
|
Defines the configuration for each laser profiler. More...
#include <ProfilerCalibrationTypes.h>
Data Fields | |
| float | dX = 0.0235 |
| The X-axis resolution of the laser profiler. | |
| float | dY = 0.024 |
| The Y-axis resolution of the laser profiler. | |
| unsigned int | downsampleX |
| unsigned int | downsampleY |
| bool | moveDirSign = true |
| cv::Point2f | ROISize |
| The size of the region of interest (ROI), measured in pixels (default: 0x0). | |
| cv::Point2f | ROICenter |
| The center of the ROI, measured in pixels (default: at the origin). | |
Defines the configuration for each laser profiler.
| unsigned int downsampleX |
The downsampling interval in the X direction. One point will be selected for every number of points specified by this value.
| unsigned int downsampleY |
The downsampling interval in the Y direction. One point will be selected for every number of points specified by this value.
| float dX = 0.0235 |
The X-axis resolution of the laser profiler.
| float dY = 0.024 |
The Y-axis resolution of the laser profiler.
| bool moveDirSign = true |
The motion direction of the laser profiler, with the default value "true" indicates the positive direction.
| cv::Point2f ROICenter |
The center of the ROI, measured in pixels (default: at the origin).
| cv::Point2f ROISize |
The size of the region of interest (ROI), measured in pixels (default: 0x0).