You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Main File: demo_EyeToHand.mlx
Core Function 1:
Calibration Function
X_calc = EyeOnHand(E,S);
X_calc = EyeOnHand(E,S,3); % Use 3rd Pair Method
pair method:
- [1,2] [3,4] [5,6]
- [1,2] [1,3] [1,4], At Least 1st Measure can be Good
- [1,2] [2,3] [3,4], Incase Checker Board Moved during Calibration
Core Function 2:
Check Calibration Results:
[err,str] = EyeToHandError(E,X,S)
Generate Data Function:
[T_bh, T_s, X] = DataEye2Hand(N,noise)
[T_bh, T_s, X] = DataEye2Hand(N)
Cite As
HS Ding (2026). Eye_to_Hand_Calibration (https://www.mathworks.com/matlabcentral/fileexchange/166686-eye_to_hand_calibration), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.1 (519 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
