There are methods for both <br>- Point set to point set registration  <br>- mesh to mesh registration<br><br>The former includes ICP. Please see the examples/tests in ITK. Search for IterativeClosestPoint*.cxx<br><br>The latter is expected to be added to ITK in the near future. You can find the source / details at <br>
<br>  <a href="http://www.insight-journal.com/browse/publication/645">http://www.insight-journal.com/browse/publication/645</a><br>&quot;Rotational Registration of Spherical Surfaces Represented as QuadEdge Meshes&quot;, Ibanez L., Audette M., Yeo B.T., Golland P.<br>
<br>The mesh here is specific for the case of spherical meshes (points on a 2D manifold, and can be associated with the surface of a sphere) and the transform is specific to a Rotation transform.<br><br><div class="gmail_quote">
On Thu, Jul 30, 2009 at 11:44 PM, somi <span dir="ltr">&lt;<a href="mailto:seesomi@gmail.com">seesomi@gmail.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;">
Hi,<br>Is there a functionality in ITK for deformable surface registration (similar to 3D/2D volume/image registration) for registering 2 surfaces ?<br>I want to register Mesh A to Mesh B, the number of vertices in Mesh A and B might be different.<br>

If there is a functionality, does it support multi-resolution registering ?<br><br>I would really appreciate if someone could give me some pointers.<br><br>Best Regards,<br><font color="#888888">Somi<br><br><input type="hidden"><input type="hidden"><div>

</div>
</font><br>_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at: <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br><br>