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: &#39;str&#39; object has no attribute &#39;Get&#39;<br>        Any suggestions? thanks in advance~~<br>
<br>        alex<br><br>