<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<br>Thanks Luis. The code is working fine in 3D up until a point when it runs into memory issue in my laptop. I am going to try it in a lab computer and see how it goes.<br><br>Thanks again,<br>Ganesh<br><br>&gt; Hi Ganesh,<br>&gt; <br>&gt; The  Demons deformable registration filter should work<br>&gt; in any dimension (2D, 3D, 4D...etc).<br>&gt; <br>&gt; When converting to 3D the 2D example:           DeformableRegistration17.cxx<br>&gt; <br>&gt; You must change lines: 130-133"<br>&gt; <br>&gt;   typedef itk::Image&lt; PixelType, 2 &gt; ImageType;<br>&gt;   typedef itk::Image&lt; InternalPixelType, 2 &gt; InternalImageType;<br>&gt;     typedef itk::Vector&lt; float, 2 &gt; VectorPixelType;<br>&gt;   typedef itk::Image&lt; VectorPixelType, 2 &gt; DeformationFieldType;<br>&gt; <br>&gt; and line 206:<br>&gt; <br>&gt;   const unsigned int Dimension = 2;<br>&gt; <br>&gt; Please give it a try again and let us know if you<br>&gt; still find any problem.<br>&gt; <br>&gt; Thanks,<br>&gt;         Luis<br>&gt; -----------------------------------------<br>&gt; On Tue, Jan 19, 2010 at 10:07 AM, Ganesh Narayanasamy<br>&gt; &lt;nganesh76@hotmail.com&gt; wrote:<br>&gt; &gt;<br>&gt; &gt; This is a newbie with just a week long experience in using ITK. I would like<br>&gt; &gt; to know about demons based registration (mainly the fast-symmetric type). I<br>&gt; &gt; could run the "DeformableRegistration17.cxx" example code that uses<br>&gt; &gt; symmetric demons for 2D images. Can I make it work for 3D by just changing<br>&gt; &gt; line# 206 from<br>&gt; &gt; const unsigned int Dimension = 2;<br>&gt; &gt; into<br>&gt; &gt; const unsigned int Dimension = 3;<br>&gt; &gt;<br>&gt; &gt; I tried it but it did not work with the test ultrasound 3D images.<br>&gt; &gt;<br>&gt; &gt; Is there any code available for the Symmetric or fast-symmetric demons for<br>&gt; &gt; registering 3D image volumes ?<br>&gt; &gt;<br>&gt; &gt; Thank you,<br>&gt; &gt; Ganesh<br>&gt; &gt;<br><br>                                               <br /><hr />Hotmail: Trusted email with powerful SPAM protection. <a href='http://clk.atdmt.com/GBL/go/196390707/direct/01/' target='_new'>Sign up now.</a></body>
</html>