|
Mech-Eye API 2.6.0
API reference documentation for Mech-Eye 3D Laser Profiler
|
Stores the motion direction and transformation matrix used during the calibration. More...
#include <ProfilerCalibrationTypes.h>
Public Attributes | |
| cv::Point3f | majorMoveDirVec |
| cv::Point3f | minorMoveDirVec |
| cv::Matx34f | matrixRT |
Stores the motion direction and transformation matrix used during the calibration.
Definition at line 131 of file ProfilerCalibrationTypes.h.
| cv::Point3f mmind::eye::CalibResultParams::majorMoveDirVec |
The motion direction of the conveyor belt holding the target object relative to the primary laser profiler (in 3D vector format).
Definition at line 133 of file ProfilerCalibrationTypes.h.
| cv::Matx34f mmind::eye::CalibResultParams::matrixRT |
A 3x4 transformation matrix that converts coordinates from the point cloud of the secondary laser profiler to the coordinate system of the primary laser profiler.
Definition at line 140 of file ProfilerCalibrationTypes.h.
| cv::Point3f mmind::eye::CalibResultParams::minorMoveDirVec |
The motion direction(s) of the conveyor belt holding the target object relative to the secondary laser profiler(s) (in 3D vector format).
Definition at line 136 of file ProfilerCalibrationTypes.h.