필터 지우기
필터 지우기

How to computing a rotation, translation and NO scale transform.

조회 수: 1 (최근 30일)
Hans Dohse
Hans Dohse 2012년 11월 13일
I am trying to compute a transform that does a best match between sets of 2D points. The constraints on the transform is that it contains only rotation and translation components and NO scale. The matlab supported transform types (cp2tform) do not seem to have one that match this criteria.

답변 (1개)

Image Analyst
Image Analyst 2012년 11월 14일
Do you just want the fixed-up image? If so, use imregister(). Why do you want to specify that the scale is 1? Why will it hurt you if it maps your "wrong" coordinates into your "desired" coordinates if there is a slight scaling? I know you think that there may be none, but if there isn't then the scaling it will find will just be 1 and there will be no problem. If there is a slight scaling then your points will not map to their desired locations optimally if you force (somehow) scaling to be 1.

카테고리

Help CenterFile 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!

Translated by