You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
The function of RotationTranslation estimates the rotation matrix R and the translation vector t from corresponding 3D points.
It returns R and t, which minimize ||Y-RX-t||_2^2.
run demo_RotationTranslation
Input:
X: 3d points vectors
Y: 3d points vectors
The number of columns of X and Y should be the same.
Output:
R: estimated rotation matrix
t: estimated translation vector
Cite As
Masayuki Tanaka (2026). Rotation-and-Translation estimation (https://au.mathworks.com/matlabcentral/fileexchange/127454-rotation-and-translation-estimation), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.1 (1.78 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
