|
Mech-Eye API 2.6.0
API reference documentation for Mech-Eye 3D Laser Profiler
|
Stores the calibration errors, including the reprojection errors of the primary and secondary laser profilers, as well as errors related to the dual-target planes and points. More...
#include <ProfilerCalibrationTypes.h>
Public Attributes | |
| std::vector< ReprojectionError > | majorReprojectionErr |
| std::vector< ReprojectionError > | minorReprojectionErr |
| std::vector< float > | dualPlanePlaneErr |
| std::vector< float > | dualPlanePointErr |
| std::vector< float > | dualPointPointErr |
Stores the calibration errors, including the reprojection errors of the primary and secondary laser profilers, as well as errors related to the dual-target planes and points.
Definition at line 161 of file ProfilerCalibrationTypes.h.
| std::vector<float> mmind::eye::CalibResultErrors::dualPlanePlaneErr |
Plane-to-plane calibration errors between two frustums of the calibration target.
Definition at line 167 of file ProfilerCalibrationTypes.h.
| std::vector<float> mmind::eye::CalibResultErrors::dualPlanePointErr |
Plane-to-point calibration errors between two frustums of the calibration target.
Definition at line 170 of file ProfilerCalibrationTypes.h.
| std::vector<float> mmind::eye::CalibResultErrors::dualPointPointErr |
Point-to-point calibration errors between two frustums of the calibration target.
Definition at line 173 of file ProfilerCalibrationTypes.h.
| std::vector<ReprojectionError> mmind::eye::CalibResultErrors::majorReprojectionErr |
Definition at line 163 of file ProfilerCalibrationTypes.h.
| std::vector<ReprojectionError> mmind::eye::CalibResultErrors::minorReprojectionErr |
Definition at line 165 of file ProfilerCalibrationTypes.h.