Page MenuHomePhabricator

Create a simplified view for diffusion image registration
Closed, WontfixPublic

Description

The RigidRegistration Module & View is a generic registration module and offers all possible combination of Transformation type, optimizer type and metric. But the most commonly used combination in diffusion weighted image processing are:

  • Affine, Rigid3D and Translation
  • MattesMutualInformation and NormalizedCorrelation

It would be nice to make a new view which offers only this reduced set of 'free parameters'. In addition, the new view should be able to handle also DWI images in following manner:

  • a DWI is allways the fixed image ( -> hence only one can be selected )

Event Timeline

This can be now fast accomplished with the PyramidRegistration and the available in the DiffusionCore.

Also the last point can be dropped, we can also register two DW images or a DW Image can be selected as moving, as we have the opportunity to correct the gradient directions accordingly.

New remote branch pushed: bug-14663-DWRegistrationGUI

kislinsk added a subscriber: kislinsk.
This task was automatically closed because it wasn't updated at least since July 2016 (over 2 years). Please re-open this task if you think that it is still relevant. This most probably means that you will resolve it.