#define ZIVID_CORE_EXPORT
Definition CoreExport.h:56
Representation of the estimated errors of a calibrated hand-eye transform.
Definition HandEyeResidual.h:59
ZIVID_CORE_EXPORT float translation() const
Translational residual.
ZIVID_CORE_EXPORT std::string toString() const
Get string representation of the hand-eye residual.
ZIVID_CORE_EXPORT float rotation() const
Rotational residual in degrees.
ZIVID_CORE_EXPORT HandEyeResidual(float rotation, float translation)
Constructs a hand-eye residual instance.
Definition CalibrationBoardDetectionStatus.h:54
ZIVID_CORE_EXPORT std::ostream & operator<<(std::ostream &stream, const CalibrationBoardDetectionStatus &status)
Serialize the value to a stream.
The main Zivid namespace. All Zivid code is found here.
Definition Application.h:85