Difference between revisions of "2008 Summer Project Week:Nonlinear transforms"
From NAMIC Wiki
(New page: {| |thumb|320px|Return to [[2008_Summer_Project_Week|Project Week Main Page ]] |[[Image:genuFAp.jpg|thumb|320px|Scatter plot of the original FA data through ...) |
|||
Line 27: | Line 27: | ||
<h1>Approach, Plan</h1> | <h1>Approach, Plan</h1> | ||
− | * | + | * Develop new MRML nodes and MRML storage nodes for B-splines and deformation grids. |
** vtkITK wrapper around ITK classes | ** vtkITK wrapper around ITK classes | ||
* Add attribute to transform nodes to indicate whether they represent a "Transform to World/Parent" or "Transform from World/Parent" | * Add attribute to transform nodes to indicate whether they represent a "Transform to World/Parent" or "Transform from World/Parent" | ||
Line 46: | Line 46: | ||
</div> | </div> | ||
− | |||
===References=== | ===References=== |
Revision as of 16:54, 20 June 2008
Home < 2008 Summer Project Week:Nonlinear transforms
Key Investigators
- GE Research: Jim Miller, Bess Lee
- Isomics: Steve Pieper, Alex Y.
Objective
Extend Slicer's suite of transformations to include nonlinear transformations (B-spline, deformation grids) in the MRML scene, visualization pipeline, and command line modules.
Approach, Plan
- Develop new MRML nodes and MRML storage nodes for B-splines and deformation grids.
- vtkITK wrapper around ITK classes
- Add attribute to transform nodes to indicate whether they represent a "Transform to World/Parent" or "Transform from World/Parent"
- Extend visualization system for "Transform to World/Parent" or "Transform from World/Parent"
- Extend command line modules to annotate a transformation as a "Transform to World/Parent" or "Transform from World/Parent"
Progress
- MRML nodes and storage nodes for B-spline and deformation grids done.