Estimating constrained transformation matrix
古いコメントを表示
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 :)
回答 (2 件)
Torsten
2015 年 11 月 13 日
0 投票
help lsqcurvefit
Best wishes
Torsten.
Ben Xinlou
2015 年 11 月 17 日
カテゴリ
ヘルプ センター および File Exchange で Linear Algebra についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!