2015 Summer Project Week:SegmentationNode
From NAMIC Wiki
Home < 2015 Summer Project Week:SegmentationNode
Key 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
- Discussion conclusion:
- create a new Editor module that work with segmentation objects
- ensures that old Editor module is not broken (it is embedded into several modules; have several complex mechanisms, so keeping it working while new features are added would be difficult);
- it will work with old editor effects
- new tools (including operations in 3D view, using models, etc.) will be allowed