Difference between revisions of "2016 Summer Project Week/Segmentation Editor and Terminology"
From NAMIC Wiki
Line 10: | Line 10: | ||
* Andrey Fedorov (BWH) | * Andrey Fedorov (BWH) | ||
− | = | + | {| class="wikitable" |
− | + | ! style="text-align: left; width:27%" | Objective | |
− | + | ! style="text-align: left; width:27%" | Approach and Plan | |
− | < | + | ! style="text-align: left; width:27%" | Progress and Next Steps |
+ | |- style="vertical-align:top;" | ||
+ | | | ||
+ | <!-- Objective bullet points --> | ||
* Build on the work done in the [[2016_Summer_Project_Week/Segmentations_Integration|Segmentations Integration]] project to incoporate terminology information from [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.5/Extensions/Reporting Reporting module] as ported to the Editor module as documented in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047] and committed as [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=24742 svn 24742]. | * Build on the work done in the [[2016_Summer_Project_Week/Segmentations_Integration|Segmentations Integration]] project to incoporate terminology information from [http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.5/Extensions/Reporting Reporting module] as ported to the Editor module as documented in [http://www.na-mic.org/Bug/view.php?id=4047 issue 4047] and committed as [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=24742 svn 24742]. | ||
− | + | | | |
− | < | + | <!-- Approach and Plan bullet points --> |
− | |||
* The initial plan was for the Segment Editor to incoporate the display of terminology, ported from the Editor module. The next stage is to add support for editing the terminologies and adding new ones. | * The initial plan was for the Segment Editor to incoporate the display of terminology, ported from the Editor module. The next stage is to add support for editing the terminologies and adding new ones. | ||
* Review overview sildes [https://www.slicer.org/slicerWiki/index.php/File:20160526_Segmentations.pptx | Segmentations] | * Review overview sildes [https://www.slicer.org/slicerWiki/index.php/File:20160526_Segmentations.pptx | Segmentations] | ||
Line 23: | Line 25: | ||
* Compare to web app for populating SEG metadata: http://qiicr.org/dcmq | * Compare to web app for populating SEG metadata: http://qiicr.org/dcmq | ||
* From Andrey: disconnect segment ID from the color ID and from the terminology associated with it - it should be possible to have more than one distinctive segment that has the same color and the same terminology, but are differentiated by segment ID and segment label. | * From Andrey: disconnect segment ID from the color ID and from the terminology associated with it - it should be possible to have more than one distinctive segment that has the same color and the same terminology, but are differentiated by segment ID and segment label. | ||
− | + | | | |
− | < | + | <!-- Progress and Next steps bullet points (fill out at the end of project week --> |
− | |||
* Tue Jun 21: Csaba and Nicole met and discussed ways to incorporate the terminology information into the segment editor | * Tue Jun 21: Csaba and Nicole met and discussed ways to incorporate the terminology information into the segment editor | ||
** Each segmentation node has a custom temporary color table that's built up from color selected for each segment. | ** Each segmentation node has a custom temporary color table that's built up from color selected for each segment. | ||
Line 42: | Line 43: | ||
** Consider loading a segmentation node from disk and rebuilding the custom terminology - will each segment need to have a the terminology category, property, region and modifiers set? | ** Consider loading a segmentation node from disk and rebuilding the custom terminology - will each segment need to have a the terminology category, property, region and modifiers set? | ||
** Add tool tips showing terminology, as in Colors module, see [https://github.com/Slicer/Slicer/blob/master/Libs/MRML/Widgets/qMRMLColorModel.cxx#L340 qMRMLColorModel] (Csaba) | ** Add tool tips showing terminology, as in Colors module, see [https://github.com/Slicer/Slicer/blob/master/Libs/MRML/Widgets/qMRMLColorModel.cxx#L340 qMRMLColorModel] (Csaba) | ||
− | + | |} | |
− | + | ||
+ | === Use cases === | ||
+ | |||
+ | * Loading segmentation from DICOM | ||
+ | * Creating segmentation from scratch |
Revision as of 08:57, 22 June 2016
Home < 2016 Summer Project Week < Segmentation Editor and TerminologyKey Investigators
- Nicole Aucoin (BWH)
- Csaba Pinter (Queens)
- Andrey Fedorov (BWH)
Objective | Approach and Plan | Progress and Next Steps |
---|---|---|
|
|
|
Use cases
- Loading segmentation from DICOM
- Creating segmentation from scratch