Difference between revisions of "2016 Winter Project Week/Projects/SegmentationEditorWidget"
From NAMIC Wiki
m (Text replacement - "http://www.slicer.org/slicerWiki/index.php/" to "https://www.slicer.org/wiki/") |
|||
(One intermediate revision by one other user not shown) | |||
Line 6: | Line 6: | ||
Image:ContourRepresentations_201507.png | Image:ContourRepresentations_201507.png | ||
Image:20160105_SegmentationEditor_Terminology.png | Image:20160105_SegmentationEditor_Terminology.png | ||
+ | Image:20160108_SegmentEditor.png | ||
</gallery> | </gallery> | ||
Line 48: | Line 49: | ||
<!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --> | <!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data --> | ||
* [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/Segmentations Segmentations module page] | * [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/Segmentations Segmentations module page] | ||
− | * [ | + | * [https://www.slicer.org/wiki/Documentation/Labs/Segmentations Segmentations Labs page] containing information about design and implementation |
* Code | * Code | ||
** [https://github.com/SlicerRt/SlicerRT/tree/master/SegmentationCore SegmentationCore] containing pure VTK storage and algorithmic classes | ** [https://github.com/SlicerRt/SlicerRT/tree/master/SegmentationCore SegmentationCore] containing pure VTK storage and algorithmic classes | ||
** [https://github.com/SlicerRt/SlicerRT/tree/master/Segmentations Segmentations module] containing module widget, logic, MRML nodes, displayable manager, widgets, etc. | ** [https://github.com/SlicerRt/SlicerRT/tree/master/Segmentations Segmentations module] containing module widget, logic, MRML nodes, displayable manager, widgets, etc. |
Latest revision as of 17:44, 10 July 2017
Home < 2016 Winter Project Week < Projects < SegmentationEditorWidgetKey Investigators
- Csaba Pinter, Queen's
- Andras Lasso, Queen's
- Andrey Fedorov, BWH
- Steve Pieper, Isomics
Project Description
Objective | Approach and Plan | Progress and Next Steps |
---|---|---|
|
|
|
Background and References
- Segmentations module page
- Segmentations Labs page containing information about design and implementation
- Code
- SegmentationCore containing pure VTK storage and algorithmic classes
- Segmentations module containing module widget, logic, MRML nodes, displayable manager, widgets, etc.