Difference between revisions of "2014 Project Week:Hybrid bspline"

From NAMIC Wiki
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<gallery>
 
<gallery>
 
Image:PW-SLC2014.png|[[2014_Winter_Project_Week#Projects|Projects List]]
 
Image:PW-SLC2014.png|[[2014_Winter_Project_Week#Projects|Projects List]]
Image:SLC2014-HybridRegistration2.png|Plugin
+
Image:SLC2014-HybridRegistration2.png|UI of registration plugin
 +
Image:SLC2014-HybridRegistration3.png|After bug fix
 
</gallery>
 
</gallery>
  
Line 15: Line 16:
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Objective</h3>
 
<h3>Objective</h3>
* We plan to create a scripted module for deformable image registration.  
+
* We plan to create a scripted module for deformable image registration. It will use the new registration plugin architecture to interact with Slicer, including selection of fixed and moving images, and selection of landmarks. The user interface of the plugin will match the plastimatch B-spline interface.
It will use the new registration plugin architecture to  
 
interact with Slicer, including selection of fixed and moving images,
 
and selection of landmarks.
 
The user interface of the plugin will match the plastimatch B-spline  
 
interface.
 
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
* The module will be integrated with Plastimatch and SlicerRT.  
+
* The module will be integrated with Plastimatch and SlicerRT.  Interface components will be pure python, while the computation component will be C++.
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Progress</h3>
 
<h3>Progress</h3>
*  
+
* An important bug that prevented the UI from appearing was fixed
 
</div>
 
</div>
 
</div>
 
</div>

Latest revision as of 21:16, 10 January 2014

Home < 2014 Project Week:Hybrid bspline

Key Investigators

  • Greg Sharp, Massachusetts General Hospital
  • Steve Pieper, Isomics
  • Nadya Shusharina, Massachusetts General Hospital

Project Description

Objective

  • We plan to create a scripted module for deformable image registration. It will use the new registration plugin architecture to interact with Slicer, including selection of fixed and moving images, and selection of landmarks. The user interface of the plugin will match the plastimatch B-spline interface.

Approach, Plan

  • The module will be integrated with Plastimatch and SlicerRT. Interface components will be pure python, while the computation component will be C++.

Progress

  • An important bug that prevented the UI from appearing was fixed