Difference between revisions of "2015 Summer Project Week:SegmentationNode"
From NAMIC Wiki
Line 2: | Line 2: | ||
<gallery> | <gallery> | ||
Image:PW-Summer2015.png|[[2015_Summer_Project_Week#Projects|Projects List]] | Image:PW-Summer2015.png|[[2015_Summer_Project_Week#Projects|Projects List]] | ||
− | Image: | + | Image:Segmentations.png|[http://wiki.slicer.org/slicerWiki/index.php/Documentation/Labs/Segmentations Segmentations module] |
</gallery> | </gallery> | ||
Revision as of 09:11, 22 June 2015
Home < 2015 Summer Project Week:SegmentationNodeKey Investigators
- Andras Lasso
- Steve Pieper
- Jayender Jagadeesan
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
- https://github.com/SlicerRt/Slicer/commits/segmentation-editor contains some preliminary developments