How to decompose affine matrix to know rotation angle and translation?
조회 수: 59 (최근 30일)
이전 댓글 표시
I am using affine transformation in the function imregtform in Matlab. The output of the function tform.T gives an affine matrix. Affine matrix consists of translation, rotation, scale, and shear. In matlab affine matrix look like
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/840560/image.png)
translation would be e, and f. Now I want to decompose
to find the rotation angle. But I don't know which order rotation, scale, and shear should be decomposed? Hence kindly recommend something.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/840565/image.png)
Also if there is any easy way to find the rotation angle please suggest.
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 3-D Scene Control에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!