<br><div class="gmail_quote">On Tue, Aug 11, 2009 at 1:41 PM, motes motes <span dir="ltr">&lt;<a href="mailto:mort.motes@gmail.com">mort.motes@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;">
I am using one of the basic BSplineDeformableTransform examples on some 2D CT images of a brain.<br><br>Now for each 5 or 10 iteration I would like to view the currently registered image and the corresponding BSpline controlpoints (deformation vectors).<br>

<br>Are there any functionality in ITK that deals with this kind of visualization of registered images in progress and the corresponding controlpoints (deformation vectors)?<br>
</blockquote></div><br><br><br><br><br><br><br>Ok I have now written some code that writes the registered image to disk after a sequence of N iterations.<br>
<br>
In the future I hope to  enable movement of control points in my
application. Therefore I would also like to plot the current position
of the control points on the current registered image.<br>
<br>
I am working on the following idea. When I store the current registered
image, I write the position of the control points to a file.<br>
<br>
Later I can (hopefully) in eg. gnuplot load the image and read in the
corresponding control points and plot them on top of the image.<br>
<br>
If anyone know of a better/easier way (maybe ITK already has examples showing this?) they are most welcome to give suggestions!<br>