hi all, i was trying the registration examples of ITK using WrapITK, but i got a problem....<br> Here is my code:<br> <br> registration_object = itk.ImageRegistrationMethod[itk.Image.F2,itk.Image.F2].New()<br>
#...registration codes... <br> resampler = itk.ResampleImageFilter[itk.Image.F2, itk.Image.F2].New()<br> resampler.SetInput(i1)<br> resampler.SetTransform(registration_object.GetOutput().Get())<br>
~~~~~~~AttributeError: 'str' object has no attribute 'Get'<br> Any suggestions? thanks in advance~~<br>
<br> alex<br><br>