Hi,<br><br>I just started using itk for 3D registration. So far, I have used the example<br>DeformableRegistration5.cxx and I am pretty happy with the results. <br><br>My question is: I have a vector field defined on my moving image and I <br>

would like to map it to my static image. How can I do this using the <br>deformation field?<br><br>I can&#39;t map the coordinates of my vector field separately on my static <br>image since it would not be coherent with my initial vector field. Somehow, <br>
I need to compute the Jacobian matrix of my transformation and I don&#39;t know<br>how. Can I, via the deformation field, know the exact mapping of the moving <br>image into the static image? (ie. given a pixel in my moving image, can I <br>
compute its exact coordinates in the static image after the deformation?)<br><br>Does anyone has done something similar? <br><br>Thanks a lot!<br>Olivier<br>