<div>Dear All</div><div><br></div><div>I am a very new user to ITK. Not very strong with C++ but do have some working knowledge if C++.</div><div><br></div><div>I tried running this example below</div><a href="http://www.itk.org/Wiki/ITK/Examples/Registration/ImageRegistrationMethod">http://www.itk.org/Wiki/ITK/Examples/Registration/ImageRegistrationMethod</a><div>
<br></div><div>It complies and runs successfully.</div><div><br></div><div>Problems starts when: </div><div>(1) If in the example code, i change PixelType in 'char' to any other type lets say 'float' or 'int'. The code compiles but down not execute at run time. Kindly suggest what is going on. </div>
<div><br></div><div>(2) I am trying to change this to 'int' or 'float' so that I can later write the difference image in an output file as well. i have not yet tried that code yet, but will try after i understand what i going on in the point 1 mentioned above and also after doing some reading on ITK.</div>
<div><br></div><div><br></div><div>Many Thanks in advance.</div><div><br></div><div>-T</div>