Difference between revisions of "2015 Summer Project Week:SegmentationNode"
From NAMIC Wiki
(Created page with '__NOTOC__ <gallery> Image:PW-Summer2015.png|Projects List </gallery> ==Key Investigators== * Andras Lasso * Steve Pieper ==Project Descrip…') |
|||
Line 12: | Line 12: | ||
<div style="width: 27%; float: left; padding-right: 3%;"> | <div style="width: 27%; float: left; padding-right: 3%;"> | ||
<h3>Objective</h3> | <h3>Objective</h3> | ||
− | * Allow the new [ | + | * Allow the new [http://www.slicer.org/slicerWiki/index.php/Documentation/Labs/Segmentations Segmentation node] to be used in the Editor |
</div> | </div> | ||
<div style="width: 27%; float: left; padding-right: 3%;"> | <div style="width: 27%; float: left; padding-right: 3%;"> |
Revision as of 21:55, 4 June 2015
Home < 2015 Summer Project Week:SegmentationNodeKey Investigators
- Andras Lasso
- Steve Pieper
Project Description
Objective
- Allow the new Segmentation node to be used in the Editor
Approach, Plan
- Merge vtkMRMLSegmentationNode into SlicerRT
- Create a new Editor module main GUI (using Segmentation node widgets)
- Make plugins compatible with both vtkMRMLSegmentationNode and vtkMRMLLabelMapVolumeNode
Progress
- vtkMRMLLabelMapVolume node is merged into the trunk