|
Mech-Eye API 2.5.2
API reference documentation for Mech-Eye 3D Laser Profiler
|
Defines the configuration for each laser profiler. More...
#include <ProfilerCalibrationTypes.h>
Public Attributes | |
| 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.
Definition at line 73 of file ProfilerCalibrationTypes.h.
| unsigned int mmind::eye::DeviceInfo::downsampleX |
The downsampling interval in the X direction. One point will be selected for every number of points specified by this value.
Definition at line 77 of file ProfilerCalibrationTypes.h.
| unsigned int mmind::eye::DeviceInfo::downsampleY |
The downsampling interval in the Y direction. One point will be selected for every number of points specified by this value.
Definition at line 80 of file ProfilerCalibrationTypes.h.
| float mmind::eye::DeviceInfo::dX = 0.0235 |
The X-axis resolution of the laser profiler.
Definition at line 75 of file ProfilerCalibrationTypes.h.
| float mmind::eye::DeviceInfo::dY = 0.024 |
The Y-axis resolution of the laser profiler.
Definition at line 76 of file ProfilerCalibrationTypes.h.
| bool mmind::eye::DeviceInfo::moveDirSign = true |
The motion direction of the laser profiler, with the default value "true" indicates the positive direction.
Definition at line 83 of file ProfilerCalibrationTypes.h.
| cv::Point2f mmind::eye::DeviceInfo::ROICenter |
The center of the ROI, measured in pixels (default: at the origin).
Definition at line 88 of file ProfilerCalibrationTypes.h.
| cv::Point2f mmind::eye::DeviceInfo::ROISize |
The size of the region of interest (ROI), measured in pixels (default: 0x0).
Definition at line 85 of file ProfilerCalibrationTypes.h.