![]() |
Zivid C++ API
1.8.1+6967bc1b-1
Defining the Future of 3D Machine Vision
|
Binds together a robot pose and the detection result acquired from the pose More...
#include <Zivid/HandEye/Calibrate.h>
Public Member Functions | |
ZIVID_API_EXPORT | CalibrationInput (const Pose &robotPose, const DetectionResult &detectionResult) |
Constructs a calibration input instance. More... | |
const ZIVID_API_EXPORT Pose & | robotPose () const |
Robot pose for detected feature points. More... | |
const ZIVID_API_EXPORT DetectionResult & | detectionResult () const |
Feature detection result. More... | |
ZIVID_API_EXPORT std::string | toString () const |
Get string representation of the calibration input More... | |
Binds together a robot pose and the detection result acquired from the pose
ZIVID_API_EXPORT Zivid::HandEye::CalibrationInput::CalibrationInput | ( | const Pose & | robotPose, |
const DetectionResult & | detectionResult | ||
) |
Constructs a calibration input instance.
robotPose | Robot pose for detected feature points. |
detectionResult | Feature detection result. |
const ZIVID_API_EXPORT DetectionResult& Zivid::HandEye::CalibrationInput::detectionResult | ( | ) | const |
Feature detection result.
const ZIVID_API_EXPORT Pose& Zivid::HandEye::CalibrationInput::robotPose | ( | ) | const |
Robot pose for detected feature points.
ZIVID_API_EXPORT std::string Zivid::HandEye::CalibrationInput::toString | ( | ) | const |
Get string representation of the calibration input