2013 Project Week:SteeredRegistration

From NAMIC Wiki
Jump to: navigation, search
Home < 2013 Project Week:SteeredRegistration

Key Investigators

  • GRC: Dirk Padfield, Jim Miller
  • Isomics: Steve Pieper
  • BWH: Tina Kapur, Ron Kikinis

Objective

We are developing methods to perform interactive registration in 3D Slicer. The final goal is to provide the user an interface to interact with the registration program during the matching progress. This will enable the user to run the automated registration and to correct it real-time through gestures.


Approach, Plan

Our approach for developing the interactive registration module is to first construct the loadable extension to perform intensity-based registration, display the intermediate results, and allow the user to correct the progress at any point if the intermediate results are visually unsatisfactory. Providing translation, rotation, and scale for rigid registration and perhaps landmarks or directional markers for deformable registration will be enabled by mouse click and drag gestures. These will be used to correct/update the current transformation, which will then be fed back as the update to the automated registration algorithm. The goal is to have short delays in the user interaction by continually running short automated registration iterations followed by any user interactions waiting in the event cue. As a test the user could drag the images apart, watch them become aligned again, and then drag them apart again. The module is particuarly useful when the registration algorithm goes astray since the user can then quickly bring the images back into approximate alignment and let the automated algorithm compute the fine registration.

Progress

So far, we have implemented user interaction for translation, rotation, and scale. To avoid having to move back and forth from the image to the GUI in order to switch between translation, rotation, and scale, we tested a vtkAffineWidget that represents these interactions in a widget that feeds back to the images (see figures). We also looked at the interactive registration available in Slicer2 to see which parts of that framework could be replicated in Slicer4. In the next step, we plan to have a first version of the interaction loop that integrates the automated registration with the manual feedback.



Delivery Mechanism

This work will be delivered to the NA-MIC Kit as a (please select the appropriate options by noting YES against them below)

  1. ITK Module
  2. Slicer Module
    1. Built-in
    2. Extension -- commandline
    3. Extension -- loadable YES
  3. Other (Please specify)

References