Estimating constrained transformation matrix
Show older comments
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 :)
Answers (2)
Torsten
on 13 Nov 2015
0 votes
help lsqcurvefit
Best wishes
Torsten.
Ben Xinlou
on 17 Nov 2015
Categories
Find more on Linear Algebra in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!