Hello,<br><br>What do the 'final parameters' in a b-splines deformable registration represent (I'm using <span style="font-style: italic;">DeformableRegistration7.cxx</span>, revision 1.8)? I was under the impression that the if I were to apply those parameters to an image via a b-splines warping algorithm (in this case,
<span style="font-style: italic;">BSplineWarping1.cxx,</span> revision 1.11) I would be be able to get an output image from the registration. But this was not the case for me.<br><br>That is, if I were to register image '
<span style="font-weight: bold;">Fixed</span>' to image '<span style="font-weight: bold;">Moving</span>' using <span style="font-style: italic;">DeformableRegistration7.cxx</span>, and using the final parameters from that registration on image '
<span style="font-weight: bold;">Fixed</span>' via <span style="font-style: italic;">BSplineWarping1.cxx</span>, I'd be able to get an image that looks approximately similar to image '<span style="font-weight: bold;">
Moving</span>'. Or does it work the reverse order? But actually I've tried both ways and was unable to obtain what I was expecting.<br><br><br>Thank you,<br>Kevin<br>