Hi, Andreas:<br><br>Thanks!  <br><br>however I can&#39;t find the TransformMeshFilter usage in the ItkSoftwareGuide.  Do I miss anything?<br><br>Tao<br><br><div class="gmail_quote">On Fri, Mar 20, 2009 at 11:56 AM, Andreas Schuh <span dir="ltr">&lt;<a href="mailto:andreas.schuh.84@googlemail.com">andreas.schuh.84@googlemail.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 Tao,<br>
<br>
in ITK you can use itk::Mesh to represent your data and apply the itk::TransformMeshFilter to transform the points using an itk::AffineTransform. Be aware that the transformation differs for itk::Point and itk::Vector.<br>
<font color="#888888">
<br>
--<br>
regards<br>
Andreas<br>
<br>
Am 20.03.2009 um 19:42 schrieb Andreas Schuh &lt;<a href="mailto:andreas.schuh.84@googlemail.com" target="_blank">andreas.schuh.84@googlemail.com</a>&gt;:</font><div><div></div><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Tao,<br>
<br>
there might be a way to do this with ITK. However, from the kind of your data, the VTK might be better suited. The data you describe is represented in VTK as vtkUnstructuredGrid, where the cells are 0D (i.e. points). This data can be transformed using the vtkTransformFilter.<br>

<br>
Whether you may want to use the VTK instead of ITK is dependent on your further purpose.<br>
<br>
--<br>
regards<br>
Andreas<br>
<br>
Am 20.03.2009 um 18:49 schrieb Tao Dai &lt;<a href="mailto:uniquedai@gmail.com" target="_blank">uniquedai@gmail.com</a>&gt;:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi, All:<br>
<br>
I have a 3D point set (not an image) to be affine transformed to another 3D point set. I tried but failed.  Anybody knows how to implement this using ITK?<br>
<br>
Thank you!!<br>
<br>
Tao<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>
</blockquote></blockquote>
</div></div></blockquote></div><br>