필터 지우기
필터 지우기

How to obtain the translation and rotation from the given affine transformation matrix

조회 수: 1 (최근 30일)
Hi, I already determined SURF features in both frames, and use the matchFeatures function from the Computer Vision System Toolbox to match points in one frame to the points in the other.
Then I used RANSAC to determine a good matching transformation that removes outliers in point matching using the vision.geometricTransformEstimator function. This function returns a transformation matrix.
If the value of affine transformation matrix is a = [0.9947 -0.0012; -0.0038 0.9896; 2.5796 -0.1141],how do i know the translation and rotation values?please help.

채택된 답변

Anand
Anand 2013년 7월 2일
Affine transformations involve a rotation, translation, scale and shear. It may not be possible to recover only the translation/rotation from an affine transformation matrix.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by