|
Mech-Eye API 2.6.0
API reference documentation for Mech-Eye 3D Laser Profiler
|
Results of the movement-direction calibration for a single profiler. More...
#include <ProfilerCalibrationTypes.h>
Public Attributes | |
| cv::Point3f | moveDirVec = kDefaultYAxisMoveDirVec |
| Estimated movement direction vector. | |
| std::vector< ReprojectionError > | firstCaptureReprojectErr |
| Reprojection errors of the first depth capture. | |
| std::vector< ReprojectionError > | lastCaptureReprojectErr |
| Reprojection errors of the last depth capture. | |
Results of the movement-direction calibration for a single profiler.
Definition at line 391 of file ProfilerCalibrationTypes.h.
| std::vector<ReprojectionError> mmind::eye::MoveDirCalibResult::firstCaptureReprojectErr |
Reprojection errors of the first depth capture.
Definition at line 395 of file ProfilerCalibrationTypes.h.
| std::vector<ReprojectionError> mmind::eye::MoveDirCalibResult::lastCaptureReprojectErr |
Reprojection errors of the last depth capture.
Definition at line 397 of file ProfilerCalibrationTypes.h.
| cv::Point3f mmind::eye::MoveDirCalibResult::moveDirVec = kDefaultYAxisMoveDirVec |
Estimated movement direction vector.
Definition at line 393 of file ProfilerCalibrationTypes.h.