Eye_to_Hand_Calibra​tion

Version 1.0.1 (519 ko) par HS Ding
Eye to Hand Calibration
15 téléchargements
Mise à jour 26 mai 2024

Afficher la licence

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. [1,2] [3,4] [5,6]
  2. [1,2] [1,3] [1,4], At Least 1st Measure can be Good
  3. [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)

Citation pour cette source

HS Ding (2024). Eye_to_Hand_Calibration (https://www.mathworks.com/matlabcentral/fileexchange/166686-eye_to_hand_calibration), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2024a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Tags Ajouter des tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.1

edit note

1.0.0