|
Mech-Eye API 2.6.0
API reference documentation for Mech-Eye 3D Laser Profiler
|
Represents the reference-position bias between two scans. More...
#include <ProfilerCalibrationTypes.h>
Public Attributes | |
| unsigned int | groupID = 0 |
| Identifier of the scan group to which this bias belongs. | |
| cv::Point3f | biasMm = {0.0f, 0.0f, 0.0f} |
| X,Y and Z-axis positional offset (in millimeters). | |
Represents the reference-position bias between two scans.
Definition at line 343 of file ProfilerCalibrationTypes.h.
| cv::Point3f mmind::eye::RefPositionBias::biasMm = {0.0f, 0.0f, 0.0f} |
X,Y and Z-axis positional offset (in millimeters).
Definition at line 346 of file ProfilerCalibrationTypes.h.
| unsigned int mmind::eye::RefPositionBias::groupID = 0 |
Identifier of the scan group to which this bias belongs.
Definition at line 345 of file ProfilerCalibrationTypes.h.