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

From NAMIC Wiki
Jump to: navigation, search
m
m (Add Segmentations page link.)
Line 25: Line 25:
 
<!-- Approach and Plan bullet points -->
 
<!-- Approach and Plan bullet points -->
 
* DICOM SegObj import/export is already implemented.
 
* DICOM SegObj import/export is already implemented.
* The Segmentations infrastructure will soon be integrated into Slicer core.
+
* The [http://wiki.slicer.org/slicerWiki/index.php/Documentation/Nightly/Modules/Segmentations Segmentations] infrastructure will soon be integrated into Slicer core.
 
* Create a Python DICOM plugin to store the information from DICOM segmentations as Segmentation objects.
 
* Create a Python DICOM plugin to store the information from DICOM segmentations as Segmentation objects.
 
|
 
|

Revision as of 16:23, 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