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

From NAMIC Wiki
Jump to: navigation, search
 
(3 intermediate revisions by one other user not shown)
Line 22: Line 22:
 
|
 
|
 
<!-- Objective bullet points -->
 
<!-- Objective bullet points -->
* Implement a DICOM plugin that creates Segmentation Nodes using the DICOM SegObj import/export code.
+
* Implement a DICOM plugin that creates Segmentation Nodes using the DICOM Segmentation image import/export code.
 
|
 
|
 
<!-- Approach and Plan bullet points -->
 
<!-- Approach and Plan bullet points -->
Line 31: Line 31:
 
<!-- 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 -->
 
* Importing has been updated to work with Segmentations; it is now possible to load DICOM SEG objects associated with different instances, which was/is not possible with the labelmap/editor based approach
 
* Importing has been updated to work with Segmentations; it is now possible to load DICOM SEG objects associated with different instances, which was/is not possible with the labelmap/editor based approach
* Exporting of segmentations to DICOM SegObj is mostly complete, however there are still a few remaining issues.
+
* Exporting of Segmentations to DICOM SEG objects is now implemented.
 
|}
 
|}
  

Latest revision as of 15:04, 8 January 2016

Home < 2016 Winter Project Week < Projects < DICOMSegObjIntegration

Key Investigators

  • Kyle Sunderland, Queen's
  • Csaba Pinter, Queen's
  • Andras Lasso, Queen's
  • Andrey Fedorov, BWH
  • Steve Pieper, Isomics

Project Description

Objective Approach and Plan Progress and Next Steps
  • Implement a DICOM plugin that creates Segmentation Nodes using the DICOM Segmentation image 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.
  • Importing has been updated to work with Segmentations; it is now possible to load DICOM SEG objects associated with different instances, which was/is not possible with the labelmap/editor based approach
  • Exporting of Segmentations to DICOM SEG objects is now implemented.

Background and References

Source Code (Reporting Fork)

Reporting Extension (Github)