Mech-Eye API 2.5.0
API reference documentation for Mech-Eye 3D Laser Profiler
|
Stores the stitching results of the secondary laser profiler, including the stitched image and transformation matrix. More...
#include <ProfilerCalibrationTypes.h>
Public Attributes | |
ProfilerImage | stitchResultImage |
The stitched image for the secondary laser profiler. | |
cv::Matx34f | matrixRT |
The transformation matrix (R|T) for the secondary laser profiler.camera. | |
Stores the stitching results of the secondary laser profiler, including the stitched image and transformation matrix.
Definition at line 160 of file ProfilerCalibrationTypes.h.
cv::Matx34f mmind::eye::MinorStitchResult::matrixRT |
The transformation matrix (R|T) for the secondary laser profiler.camera.
Definition at line 164 of file ProfilerCalibrationTypes.h.
ProfilerImage mmind::eye::MinorStitchResult::stitchResultImage |
The stitched image for the secondary laser profiler.
Definition at line 162 of file ProfilerCalibrationTypes.h.