Rotation-and-Translation estimation

버전 1.0.1 (1.78 KB) 작성자: Masayuki Tanaka
The function of RotationTranslation estimates the rotation matrix R and the translation vector t from corresponding 3D points.
다운로드 수: 18
업데이트 날짜: 2023/5/17

라이선스 보기

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

인용 양식

Masayuki Tanaka (2024). Rotation-and-Translation estimation (https://www.mathworks.com/matlabcentral/fileexchange/127454-rotation-and-translation-estimation), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2023a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

RotationTranslation20230517

버전 게시됨 릴리스 정보
1.0.1

Changed demo to evaluate rmse

1.0.0