Inconsistency in the definition of two geometric transformation matrices (tform)

1 回表示 (過去 30 日間)
GURAY SONUGUR
GURAY SONUGUR 2020 年 2 月 5 日
編集済み: Matt J 2020 年 2 月 5 日
In image processing, when I looked at the literature, I realized that the geometric transformation matrix (tform) in many resources is defined as follows:
Picture1.png
However, in Matlab, this matrix is defined as follows.
Picture2.png
Which one is true? I can not calculate tx and ty values in combined tform matrices.
Can anyone help me?

採用された回答

Matt J
Matt J 2020 年 2 月 5 日
編集済み: Matt J 2020 年 2 月 5 日
The second form is the one expected by maketform. The only difference between the two conventions is that with the first, the transformation matrix transforms a column-vector by left-hand matrix multiplication, while with the second form, points are represented as row vectors and are transformed by right-hand matrix multiplication.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeComputer Vision with Simulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by