Difference between revisions of "2016 Winter Project Week/Projects/SegmentationEditorWidget"
From NAMIC Wiki
Line 30: | Line 30: | ||
| | | | ||
<!-- Progress and Next steps bullet points (fill out at the end of project week --> | <!-- Progress and Next steps bullet points (fill out at the end of project week --> | ||
− | * | + | * C++ widget using SegmentSelector created |
+ | ** New mode for editor with single selection and only name and color shown | ||
+ | * Decision made to re-implement Editor effects | ||
+ | ** Conceptual differences | ||
+ | *** PaintOver function is a big conceptual difference that would necessitate using tricks | ||
+ | *** Master volume is not necessary for segmentations (only a volume geometry) | ||
+ | ** Python adaptor is not less complex than re-implementation | ||
+ | ** Possibility of a nicer user interface | ||
+ | ** Redundant effects (MakeModelEffect) | ||
+ | ** Redundant effect parameters (color for morphology) | ||
+ | * Progress made with implementing paint effect, but no working prototype yet | ||
|} | |} | ||
Revision as of 03:46, 8 January 2016
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.