Zivid C++ API 2.9.0+4dbba385-1
Defining the Future of 3D Machine Vision
|
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. More... | |
ZIVID_CORE_EXPORT float | rotation () const |
Rotational residual in degrees. More... | |
ZIVID_CORE_EXPORT float | translation () const |
Translational residual in millimeters. More... | |
ZIVID_CORE_EXPORT std::string | toString () const |
Get string representation of the hand-eye residual More... | |
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.