Difference between revisions of "2016 Winter Project Week/Projects/SegmentationEditorWidget"

From NAMIC Wiki
Jump to: navigation, search
(Page created)
Line 3: Line 3:
 
Image:PW-MIT2016.png|link=2016_Winter_Project_Week#Projects|[[2016_Winter_Project_Week#Projects|Projects List]]
 
Image:PW-MIT2016.png|link=2016_Winter_Project_Week#Projects|[[2016_Winter_Project_Week#Projects|Projects List]]
 
<!-- Use the "Upload file" link on the left and then add a line to this list like "File:MyAlgorithmScreenshot.png" -->
 
<!-- Use the "Upload file" link on the left and then add a line to this list like "File:MyAlgorithmScreenshot.png" -->
 +
Image:SegmentationsModuleUI_v01.png
 +
Image:ContourRepresentations_201507.png
 
</gallery>
 
</gallery>
  
Line 16: Line 18:
 
|
 
|
 
<!-- Objective bullet points -->
 
<!-- Objective bullet points -->
*
+
* Create reusable widget that provides Editor functionality to create segments in [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/Segmentations Segmentation] nodes
 
|
 
|
 
<!-- Approach and Plan bullet points -->
 
<!-- Approach and Plan bullet points -->
*  
+
* Use existing [https://github.com/SlicerRt/SlicerRT/blob/master/Segmentations/Widgets/qMRMLSegmentSelectorWidget.h segment selector widget] instead of per-structure box to select segment in a segmentation
 +
* Provide adaptor to use existing python Editor effects
 +
* Drawn shapes are stored in binary labelmap representation ("C" in representations image above) in the selected segment.<br>It can be then converted manually or automatically to other representations.
 
|
 
|
 
<!-- 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 -->

Revision as of 02:54, 4 January 2016

Home < 2016 Winter Project Week < Projects < SegmentationEditorWidget

Key Investigators

Project Description

Objective Approach and Plan Progress and Next Steps
  • Create reusable widget that provides Editor functionality to create segments in Segmentation nodes
  • Use existing segment selector widget instead of per-structure box to select segment in a segmentation
  • Provide adaptor to use existing python Editor effects
  • Drawn shapes are stored in binary labelmap representation ("C" in representations image above) in the selected segment.
    It can be then converted manually or automatically to other representations.

Background and References