Difference between revisions of "2013 Project Week:SteeredRegistration"

From NAMIC Wiki
Jump to: navigation, search
Line 14: Line 14:
 
* GRC: Dirk Padfield, Jim Miller
 
* GRC: Dirk Padfield, Jim Miller
 
* Isomics: Steve Pieper
 
* Isomics: Steve Pieper
 
+
* BWH: Tina Kapur, Ron Kikinis
  
 
<div style="margin: 20px;">
 
<div style="margin: 20px;">

Revision as of 21:44, 2 January 2013

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. By the end of the week, we hope 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