|
Mech-Eye API 2.6.0
API reference documentation for Mech-Eye 3D Laser Profiler
|
Stores the stitching results. More...
#include <ProfilerCalibrationTypes.h>
Public Attributes | |
| ProfilerImage | majorStitchImage |
| The stitched image for the primary laser profiler. | |
| cv::Point2i | majorPixelBiasToCamCoord |
| std::vector< MinorStitchResult > | minorStitchResults |
| The stitching results of the secondary laser profiler(s). | |
Stores the stitching results.
Definition at line 216 of file ProfilerCalibrationTypes.h.
| cv::Point2i mmind::eye::MultiStitchResult::majorPixelBiasToCamCoord |
The bias offset of the primary laser profiler depth to main profiler coordinate system.
Definition at line 219 of file ProfilerCalibrationTypes.h.
| ProfilerImage mmind::eye::MultiStitchResult::majorStitchImage |
The stitched image for the primary laser profiler.
Definition at line 218 of file ProfilerCalibrationTypes.h.
| std::vector<MinorStitchResult> mmind::eye::MultiStitchResult::minorStitchResults |
The stitching results of the secondary laser profiler(s).
Definition at line 222 of file ProfilerCalibrationTypes.h.