Zivid C++ API 2.13.1+18e79e79-1
|
Representaton of the estimated errors of a calibrated hand-eye transform. More...
#include <Zivid/Calibration/HandEye.h>
Public Member Functions | |
ZIVID_CORE_EXPORT | HandEyeResidual (float rotation, float translation) |
Constructs a hand-eye residual instance. | |
ZIVID_CORE_EXPORT float | rotation () const |
Rotational residual in degrees. | |
ZIVID_CORE_EXPORT float | translation () const |
Translational residual in millimeters. | |
ZIVID_CORE_EXPORT std::string | toString () const |
Get string representation of the hand-eye residual. | |
Representaton of the estimated errors of a calibrated hand-eye transform.
ZIVID_CORE_EXPORT Zivid::Calibration::HandEyeResidual::HandEyeResidual | ( | float | rotation, |
float | translation ) |
Constructs a hand-eye residual instance.
rotation | Residual for rotation part. |
translation | Residual for translation part. |
ZIVID_CORE_EXPORT float Zivid::Calibration::HandEyeResidual::rotation | ( | ) | const |
Rotational residual in degrees.
ZIVID_CORE_EXPORT std::string Zivid::Calibration::HandEyeResidual::toString | ( | ) | const |
Get string representation of the hand-eye residual.
ZIVID_CORE_EXPORT float Zivid::Calibration::HandEyeResidual::translation | ( | ) | const |
Translational residual in millimeters.