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

From NAMIC Wiki
Jump to: navigation, search
(Fill project page for DICOMSegObjIntegration)
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:Segmentations.png
 
</gallery>
 
</gallery>
  
 
==Key Investigators==
 
==Key Investigators==
<!-- Add a bulleted list of investigators and their institutions here -->
+
* Kyle Sunderland
 +
* Csaba Pinter
 +
* Andras Lasso
 +
* Andrey Fedorov
 +
* Steve Pieper
  
 
==Project Description==
 
==Project Description==
Line 16: Line 21:
 
|
 
|
 
<!-- Objective bullet points -->
 
<!-- Objective bullet points -->
*
+
* Implement a DICOM plugin that creates Segmentation Nodes using the DICOM SegObj import/export code.
 
|
 
|
 
<!-- Approach and Plan bullet points -->
 
<!-- Approach and Plan bullet points -->
*  
+
* DICOM SegObj import/export is already implemented.
 +
* The Segmentations infrastructure will soon be integrated into slicer core.
 +
* Create a Python DICOM plugin to store the information from DICOM segmentations as Segmentation objects.
 
|
 
|
 
<!-- 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 04:11, 4 January 2016

Home < 2016 Winter Project Week < Projects < DICOMSegObjIntegration

Key Investigators

  • Kyle Sunderland
  • Csaba Pinter
  • Andras Lasso
  • Andrey Fedorov
  • Steve Pieper

Project Description

Objective Approach and Plan Progress and Next Steps
  • Implement a DICOM plugin that creates Segmentation Nodes using the DICOM SegObj import/export code.
  • DICOM SegObj import/export is already implemented.
  • The Segmentations infrastructure will soon be integrated into slicer core.
  • Create a Python DICOM plugin to store the information from DICOM segmentations as Segmentation objects.

Background and References