Difference between revisions of "2007 Project Week MIT QDEC Slicer3 Integration"

From NAMIC Wiki
Jump to: navigation, search
Line 10: Line 10:
 
** being able to read volume encoced scalar format - done, changes made to vtkMRMLModelStorageNode
 
** being able to read volume encoced scalar format - done, changes made to vtkMRMLModelStorageNode
 
** being able to composite scalars in Slicer3 - done, vtkMRMLModelNode::CompositeScalars (need to save the model in vtk to save the composite in mrml) [[Image:Slicer3ReadMGHVolumeEncodedScalars.jpg | FreeSurfer versus Slicer]]
 
** being able to composite scalars in Slicer3 - done, vtkMRMLModelNode::CompositeScalars (need to save the model in vtk to save the composite in mrml) [[Image:Slicer3ReadMGHVolumeEncodedScalars.jpg | FreeSurfer versus Slicer]]
** picking points on models
+
** picking points on models - use the fiducials interface to get at vertex ids and index into scalar overlays
 
** FSGDF plotting
 
** FSGDF plotting
 
* Identify which parts of this project are:
 
* Identify which parts of this project are:

Revision as of 22:43, 18 April 2007

Home < 2007 Project Week MIT QDEC Slicer3 Integration

Abstract

Incorporating the functionality of the MGH developed Freesurfer front end query tool (QDEC) into Slicer 3. Explore related issues of how to better integrate Freesurfer and Slicer3.

Discussion

  • What defines a successful integration?
    •  ?
  • What's a list of issues that need a good working solution?
    • being able to read volume encoced scalar format - done, changes made to vtkMRMLModelStorageNode
    • being able to composite scalars in Slicer3 - done, vtkMRMLModelNode::CompositeScalars (need to save the model in vtk to save the composite in mrml) FreeSurfer versus Slicer
    • picking points on models - use the fiducials interface to get at vertex ids and index into scalar overlays
    • FSGDF plotting
  • Identify which parts of this project are:
  1. internal developments, tightly coupled to the MGH environment
  2. features that Slicer3 might have in order to provide some qdec-type functionality to a potentially wider audience (say, BIRN users on windows)
    1. code in slicer for reading mgh file formats (mgz, surfaces, annotations, etc) into ITK and VTK which is duplicated with code used in qdec, scuba, etc.
  3. what common libraries could be shared by both of those efforts.
    1. MGH host a publicly readable svn repository, perhaps called libMGH, where all this stuff would be captured as the "official" reference implementation. MGH internal projects also rely on the library so that other users could be confident that the library is up to date and fully compatible.

Slide

4 block slide

Project Page

Participants

  • Nicole Aucoin BWH
  • Kevin Teich MGH
  • Nick Schmansky MGH
  • Doug Greve MGH
  • Gheorghe Postelnicu MGH
  • Steve Pieper Isomics

Back to Project week