Mech-Eye API 2.5.0
API reference documentation for Mech-Eye 3D Laser Profiler
|
Stores the stitching results of the secondary laser profiler when the laser profilers are arranged in the Wide mode (i.e., side-by-side or in the reversed direction), including the stitched image and bias. More...
#include <ProfilerCalibrationTypes.h>
Public Attributes | |
ProfilerImage | stitchResultImage |
The stitched image for the secondary laser profiler. | |
cv::Point2i | bias |
The bias offset of the secondary laser profiler. | |
Stores the stitching results of the secondary laser profiler when the laser profilers are arranged in the Wide mode (i.e., side-by-side or in the reversed direction), including the stitched image and bias.
Definition at line 182 of file ProfilerCalibrationTypes.h.
cv::Point2i mmind::eye::MinorStitchResultZParallel::bias |
The bias offset of the secondary laser profiler.
Definition at line 185 of file ProfilerCalibrationTypes.h.
ProfilerImage mmind::eye::MinorStitchResultZParallel::stitchResultImage |
The stitched image for the secondary laser profiler.
Definition at line 184 of file ProfilerCalibrationTypes.h.