Mech-Eye API 2.5.1
API reference documentation for Mech-Eye 3D Laser Profiler
|
Stores the motion direction and transformation matrix used during the calibration. More...
#include <ProfilerCalibrationTypes.h>
Data Fields | |
cv::Point3f | majorMoveDirVec |
cv::Point3f | minorMoveDirVec |
cv::Matx34f | matrixRT |
Stores the motion direction and transformation matrix used during the calibration.
cv::Point3f majorMoveDirVec |
The motion direction of the conveyor belt holding the target object relative to the primary laser profiler (in 3D vector format).
cv::Matx34f 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.
cv::Point3f minorMoveDirVec |
The motion direction(s) of the conveyor belt holding the target object relative to the secondary laser profiler(s) (in 3D vector format).