Hello,
by GPUDemonsRegistrationFilter (itk 4.9.1) I was able to set up image registration.Registration results are really nice after fine tuning of parameters: SetMaximumError(0.08), SetMaximumKernelWidth(10) and SetIntensityDifferenceThreshold(0.001) in my case. Although using full image resolution of 3D MRI images, it is working fast. However, I have two questions:
- Is there a possibility of multi resolution approach to further increase speed?
- Is it possible to use mutual information metric to register differents types of images?
Thank you!