Mech-Eye API 2.5.1
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>
Data Fields | |
std::vector< float > | majorReprojectionErr |
Reprojection errors for points in the primary laser profiler. | |
std::vector< float > | minorReprojectionErr |
Reprojection errors for points in the secondary laser profiler(s). | |
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.
std::vector<float> dualPlanePlaneErr |
Plane-to-plane calibration errors between two frustums of the calibration target.
std::vector<float> dualPlanePointErr |
Plane-to-point calibration errors between two frustums of the calibration target.
std::vector<float> dualPointPointErr |
Point-to-point calibration errors between two frustums of the calibration target.
std::vector<float> majorReprojectionErr |
Reprojection errors for points in the primary laser profiler.
std::vector<float> minorReprojectionErr |
Reprojection errors for points in the secondary laser profiler(s).