Difference between revisions of "2015 Summer Project Week:SegmentationNode"

From NAMIC Wiki
Jump to: navigation, search
Line 8: Line 8:
 
* Andras Lasso
 
* Andras Lasso
 
* Steve Pieper
 
* Steve Pieper
*Jayender Jagadeesan
+
* Jayender Jagadeesan
  
 
==Project Description==
 
==Project Description==
Line 26: Line 26:
 
* vtkMRMLLabelMapVolume node is merged into the trunk
 
* vtkMRMLLabelMapVolume node is merged into the trunk
 
* https://github.com/SlicerRt/Slicer/commits/segmentation-editor contains some preliminary developments
 
* 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
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 15:08, 24 June 2015

Home < 2015 Summer Project Week:SegmentationNode

Key Investigators

  • Andras Lasso
  • Steve Pieper
  • Jayender Jagadeesan

Project Description

Objective

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