<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><div id="yiv1921347941">Hello,<br><br>I'm quite new in the use of ITK and I would like to create a function to align two images in Python. My files are Nifti files with this specific dim: [5, 256, 256, 124, 1, 1, 1, 1].<br>I have a list of Nifti files and I would like to take the first one as reference to align the other on it using a rigid transformation.<br><br>I have been able to install ITK with the option wrap_ITK and the 'import itk' in Python is working.<br><br>Now, I would like to work on my registration problem. I have seen an example called "ImageRegistration5.py" in the folder examples which normally is used to align 2D images with a rigid transformation (very close from what I desire, except for the dimension, I'm working with 5). But the function used in there are not available in my python environment (ie itkImageFileReaderF2_New(),
 itkImageRegistrationMethodF2F2_New(), etc). <br>Do I have made something wrong with the wrapping? Maybe the fact that I use Wrap_ITK and not CSWIG is the problem.<br><br><br>If someone has worked on similar thing, I would be happy to receive help (ie examples, etc).<br><br>By the way, is there any help/documentation about WrapITK except the google page code?<br><br>Thank you<br>Best<br>James<br><br></div></td></tr></table><br>