<div dir="ltr">Hi Nookie,<div><br></div><div>If your final goal is to map the 2D contours, </div><div>*and* </div><div>if the points in your contours have 3D coordinates,</div><div><br></div><div>then, you can do the mapping without having to create a surface mesh.</div>
<div><br></div><div><br></div><div>Simply iterate through the 3D points in the contours and map them</div><div>using the transform that you got from the registration process, with</div><div>the methods</div><div><br></div>
<div><br></div><div>           outputPoint = transform->TransformPoint(  inputPoint );</div><div><br></div><div>With this mapping process you can generate a family of contours</div><div>in the destination space.</div><div>
<br></div><div>Note that the 2D contours that were aligned with the slices of one</div><div>image, most likely will not be aligned with the sliced of the destinaiton</div><div>image after the transformation (due to potential rotations in 3D).</div>
<div><br></div><div><br></div><div>  Regards,</div><div><br></div><div>      Luis</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 10, 2014 at 10:02 AM, nookie <span dir="ltr"><<a href="mailto:limpforlife@aol.com" target="_blank">limpforlife@aol.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I've already read through the internet but couldn't find something to solve<br>
my problem.<br>
<br>
I've got 2D contour points for every slice from my CT.<br>
>From the registration of two CTs I get a 3D deformation field. With that I<br>
want to warp my contours from one CT to the other.<br>
But in order to do that I need something like a 3D mesh build from my<br>
contours.<br>
<br>
By now, every functionality I found requires for example triangles of points<br>
to create a mesh. But I just have the independent points per slice.<br>
<br>
So I wanted to ask If someone has an idea how to deal with that.<br>
<br>
Many thanks!<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-users.7.n7.nabble.com/Warping-2D-contours-in-3D-tp33168.html" target="_blank">http://itk-users.7.n7.nabble.com/Warping-2D-contours-in-3D-tp33168.html</a><br>
Sent from the ITK - Users mailing list archive at Nabble.com.<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>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<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>
Community mailing list<br>
<a href="mailto:Community@itk.org">Community@itk.org</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/community" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/community</a><br>
</blockquote></div><br></div>