[Insight-users] MultiResMiRegistration with itkVersorRigid3DTransform

José Ángel Tavira jat at navimetric.com
Tue Feb 22 04:20:01 EST 2005


Hi everyone

I am using the MultiResMiRegistration framework in order to registrate 2 medical studies (a CT study and a MR study).

The InsightApplications software offers an application using these components:

 /* In particular, it uses the ITK registration framework with
 *  the following combination of components:

 *   - MutualInformationImageToImageMetric
 *   - QuaternionRigidTransform
 *   - QuaternionRigidTransformGradientDescentOptimizer
 *   - LinearInterpolateImageFunction
*/

As this combination did not lead me to successfull results, then I have replaced the following components:

 *   - QuaternionRigidTransform
 *   - QuaternionRigidTransformGradientDescentOptimizer

with the next ones:

 *   - itkVersorRigid3DTransform
 *   - itkVersorRigid3DTransformOptimizer

but the results still remain very inexact, whichever value I assign to the itkVersorRigid3DTransformOptimizer configuration parameters. So, my question is: 


Has anybody been able to registrate 2 medical studies (CT and MR) with this set of components? 


Thank you very much in advance for your attention.


José Ángel.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/insight-users/attachments/20050222/38fea79f/attachment.htm


More information about the Insight-users mailing list