Difference between revisions of "2011 Summer Project Week LANDWARP integration"

From NAMIC Wiki
Jump to: navigation, search
(Created page with '__NOTOC__ <gallery> Image:PW-MIT2011.png|Projects List Image:notfound.png|Interesting picture to be added... </gallery> '''Full Title of P…')
 
Line 2: Line 2:
 
<gallery>
 
<gallery>
 
Image:PW-MIT2011.png|[[2011_Summer_Project_Week#Projects|Projects List]]
 
Image:PW-MIT2011.png|[[2011_Summer_Project_Week#Projects|Projects List]]
Image:notfound.png|Interesting picture to be added...  
+
Image:Prostate_ROI_Bspline.png|ROI over prostate with the fixed and moving fiducial grids initialized with B-spline control points locations
 +
Image:Prostate_ROI_deformed1.png|Landwarp registration result after adjustment of the landmarks
 +
Image:Interactive_registration_GUI.png|Module GUI
 
</gallery>
 
</gallery>
  
Line 33: Line 35:
 
<h3>Progress</h3>
 
<h3>Progress</h3>
  
<!-- Fill this out before Friday's summary presentations - list what you did and how well it worked. -->
+
* Loadable module to simplify user-guided interactive segmentation has been developed. The workflow consists of two steps:
 
+
** Initialization: user provides B-spline transformation, the fixed and moving fiducial grids are initialized based on the configuration of the B-spline control point grid over the image.
 +
** Adjustment: user can iteratively change the locations of the moving fiducials, and apply deformable registration (Landwarp is wrapped by the module).
 +
* The concept and implementation has been discussed with Greg Sharp, Sandy Wells, Luis Ibanez.
  
 
</div>
 
</div>
Line 40: Line 44:
  
 
<div style="width: 97%; float: left;">
 
<div style="width: 97%; float: left;">
 +
 +
==References==
 +
* [http://plastimatch.org Plastimatch]
  
 
==Delivery Mechanism==
 
==Delivery Mechanism==

Revision as of 11:45, 24 June 2011

Home < 2011 Summer Project Week LANDWARP integration

Full Title of Project

Key Investigators

  • BWH: Andrey Fedorov
  • MGH: Greg Sharp, Nadya Shusharina


Objective

  • Integrate LANDWARP registration into a B-spline-initialized interactive loadable module. The purpose of this task is to simplify fine-tuning of the deformable registration results, and to simplify interactive registration where automatic methods fail.

Approach, Plan

  • Develop a loadable module that would provide an interface for chaining B-spline deformable registration with the landmark-based LANDWARP registration
  • The module will encapsulate initialization by B-spline registration using BRAINSFit. The resulting grid of B-spline control points will be automatically displayed over the image to allow the user to adjust the locations of the control points. As the last step, LANDWARP module will be executed as a command line module to produce a dense deformation field given the displacements and the correspondences of the input fiducial points.

Progress

  • Loadable module to simplify user-guided interactive segmentation has been developed. The workflow consists of two steps:
    • Initialization: user provides B-spline transformation, the fixed and moving fiducial grids are initialized based on the configuration of the B-spline control point grid over the image.
    • Adjustment: user can iteratively change the locations of the moving fiducials, and apply deformable registration (Landwarp is wrapped by the module).
  • The concept and implementation has been discussed with Greg Sharp, Sandy Wells, Luis Ibanez.

References

Delivery Mechanism

This work will be delivered to the NAMIC Kit as a

  • NA-MIC Sandbox / Slicer loadable module extension for Slicer v3