Hello,<br><br>I successfully performed a diffeomorphic demons registration between two 3D MRI images. Each MRI image is a brain scan of a different person.<br>I used the code that I downloaded from the Insight Journal <a href="http://www.insight-journal.org/browse/publication/154">http://www.insight-journal.org/browse/publication/154</a>, particularly using DemonsRegistration.cxx from the download.<br>
I viewed the output deformed moving image that the code generated using a warping with the calculated deformation field and it closely matches the fixed image. (I deformed the moving image into the fixed image).<br>The run time was only 3 minutes.<br>
<br>My question is: I would now like to transform locations of physical points from the fixed image to the moving image and get indexes of these transformed points in the moving image.<br>The idea is to use these indexes as seeds in a region growing segmentation.<br>
Is there a way to transform these points?<br><br>thank you,<br>John<br><br>