Clear Filters
Clear Filters

How to calculate 3 rotation angles and scaling factor from 3 by 3 affine parameters matrix

3 views (last 30 days)
I have 2 triangle in 2_D. I need to calculate rotation angle,scaling and translate value between them. I use matlab and calculate affine transform between them :
T=[t11 t12 0;t21 t22 0;t31 t32 1]
which element of T are scaling parameter?
which element of T are rotation angle ?
which element of T are translation ?
for example,what is t11?t12?.... can anybody help me?

Answers (0)

Community Treasure Hunt

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

Start Hunting!