<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><br>&nbsp; Thanks a lot, for the help!<br>&nbsp; I did successfully use itk::LandmarkBasedTransformInitializer to generate results.<br>&nbsp; My question is - does this class support affine transform? looks to me it is working fine with rigid body transform, but the results not correct if it is affine, for example, I input the following points -<br><br>The points are <br>&nbsp;
X=[36,257; <br>77,257; 30,370; 62,370;77,323];<br>&nbsp;
X'=[118,257;77,257;126,370;93,370;77,323];<br><br>&nbsp;R =<br><br>&nbsp;&nbsp; -0.9999&nbsp;&nbsp;&nbsp; 0.0110<br>&nbsp;&nbsp;&nbsp; 0.0110&nbsp;&nbsp;&nbsp; 0.9999<br><br>is the rotation matrix I am expecting to get (I got from MATLAB svd), but I got <br><br>R =<br><br>&nbsp;&nbsp; 0.980838 &nbsp;&nbsp; -0.194827<br>&nbsp;&nbsp; 0.194827 &nbsp;&nbsp; 0.980838<br><br><br><br>--- On <b>Wed, 5/5/10, Andinet Enquobahrie <i>&lt;andinet.enqu@kitware.com&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Andinet Enquobahrie &lt;andinet.enqu@kitware.com&gt;<br>Subject: Re: [Insight-users] point based registration using least square<br>To: "Suyang Mei" &lt;suyang_mei@yahoo.com&gt;<br>Cc: insight-users@itk.org<br>Date: Wednesday, May 5, 2010, 4:54 AM<br><br><div id="yiv495672498">Hi Suyang-<div><br></div><div>There is ITK&nbsp;landmark-based registration class that probably does what
 you are looking for.&nbsp;</div><div><br></div><div>itk::LandmarkBasedTransformInitializer</div><div><br></div><div>This registration class implements&nbsp;an absolute orientation solution using unit quaternions. It is&nbsp;a closed-form solution to the least-squares problem of computing transformation&nbsp;parameters between two coordinate systems.</div>
<div><br></div><div>Hope that helps</div><div>-Andinet</div><div><br><div class="gmail_quote">On Tue, May 4, 2010 at 8:56 PM, Suyang Mei <span dir="ltr">&lt;<a rel="nofollow" ymailto="mailto:suyang_mei@yahoo.com" target="_blank" href="/mc/compose?to=suyang_mei@yahoo.com">suyang_mei@yahoo.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit; -x-system-font: none;" valign="top">Hi, all -<br><br>&nbsp; I have a simple question here -<br><br>I'd like to perform point based image registration by using least square approach (basically finding the rotation matrix by using singular value decomposition SVD). Inputs are two sets of corresponding points, and I just need to get the transformation matrix back. <br>

<br>More like the functions in Examples\Patened\ICP*.cxx, but use closed form instead of iterative approach. What is the ITK filter to perform this?<br><br>&nbsp; Thanks a lot in advance.<br><br>Suyang<br></td></tr></tbody></table>

<br>

      <br>_____________________________________<br>
Powered by <a rel="nofollow" target="_blank" href="http://www.kitware.com">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a rel="nofollow" target="_blank" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a rel="nofollow" target="_blank" href="http://www.kitware.com/products/protraining.html">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a rel="nofollow" target="_blank" href="http://www.itk.org/Wiki/ITK_FAQ">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a rel="nofollow" target="_blank" href="http://www.itk.org/mailman/listinfo/insight-users">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Andinet Enquobahrie, Ph.D.<br>Kitware, Inc. - North Carolina Office<br><a rel="nofollow" target="_blank" href="http://www.kitware.com">http://www.kitware.com</a><br>(919) 969-6990 x311<br>

</div>
</div></blockquote></td></tr></table><br>