I need some algorithm for distortion processing
古いコメントを表示
My problem is: I have a set of 4 points O, A, B, C locating on a surface. Due to distortion of that surface, the points A, B, C are moved to new positions which are A', B', C'. Now I want to find new position of O that satisfies root mean square error (RMSE) of two sets of distances (O'A', O'B', O'C', O'O) and (OA, OB, OC, OO) is minimal. Dose anyone know which algorithm can solve my problem? Thank you!

採用された回答
その他の回答 (1 件)
Dan Do
2015 年 12 月 2 日
0 投票
1 件のコメント
Image Analyst
2015 年 12 月 2 日
Well obviously if the new position O' is the same as O, that would give the least possible RMSE you could get.
カテゴリ
ヘルプ センター および File Exchange で Geometric Transformation and Image Registration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!