[Insight-users] [ITK Community] Warping 2D contours in 3D

Luis Ibanez luis.ibanez at kitware.com
Sat Jan 11 10:37:52 EST 2014


Hi Nookie,

If your final goal is to map the 2D contours,
*and*
if the points in your contours have 3D coordinates,

then, you can do the mapping without having to create a surface mesh.


Simply iterate through the 3D points in the contours and map them
using the transform that you got from the registration process, with
the methods


           outputPoint = transform->TransformPoint(  inputPoint );

With this mapping process you can generate a family of contours
in the destination space.

Note that the 2D contours that were aligned with the slices of one
image, most likely will not be aligned with the sliced of the destinaiton
image after the transformation (due to potential rotations in 3D).


  Regards,

      Luis



On Fri, Jan 10, 2014 at 10:02 AM, nookie <limpforlife at aol.com> wrote:

> Hi,
>
> I've already read through the internet but couldn't find something to solve
> my problem.
>
> I've got 2D contour points for every slice from my CT.
> From the registration of two CTs I get a 3D deformation field. With that I
> want to warp my contours from one CT to the other.
> But in order to do that I need something like a 3D mesh build from my
> contours.
>
> By now, every functionality I found requires for example triangles of
> points
> to create a mesh. But I just have the independent points per slice.
>
> So I wanted to ask If someone has an idea how to deal with that.
>
> Many thanks!
>
>
>
>
> --
> View this message in context:
> http://itk-users.7.n7.nabble.com/Warping-2D-contours-in-3D-tp33168.html
> Sent from the ITK - Users mailing list archive at Nabble.com.
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.php
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
> _______________________________________________
> Community mailing list
> Community at itk.org
> http://public.kitware.com/cgi-bin/mailman/listinfo/community
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20140111/9178da83/attachment.html>


More information about the Insight-users mailing list