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!