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

1 visualización (últimos 30 días)
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?

Respuesta aceptada

Matt J
Matt J el 5 de Feb. de 2020
Editada: Matt J el 5 de Feb. de 2020
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.

Más respuestas (0)

Categorías

Más información sobre Computer Vision with Simulink en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by