Estimating constrained transformation matrix
Ältere Kommentare anzeigen
Hi, I have:
B=A*T+error
I would like a fast estimation of transformation matrix that minimize the error where:
B and A two set of 2d points:
A=[Xi Yi 1] , B=[Xi' Yi']
and
T=|Sx*cos(r) -Sy*sin(r)|
|Sx*sin(r) Sy*cos(r) |
|tx ty |
where:
-pi/4<r<pi/4 1<Sx,Sy<10 -1000<tx,ty<1000
Thanks :)
Antworten (2)
Torsten
am 13 Nov. 2015
0 Stimmen
help lsqcurvefit
Best wishes
Torsten.
Ben Xinlou
am 17 Nov. 2015
Kategorien
Mehr zu Linear Algebra finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!