2015 Summer Project Week:Porting Slicer to the web

From NAMIC Wiki
Jump to: navigation, search
Home < 2015 Summer Project Week:Porting Slicer to the web

Key Investigators

  • Nicolas Rannou
  • Steve Pieper

Project Description

Objective

  • Define a good workflow to parse a MR dicom with DCMJS.
  • Identify and formalize the needs to design a web-based slicer clone:
    • models organization (how are the different models related (image, label maps, mesh, fibers, etc.))
    • widgets
    • visualization (Frame of reference, Transforms, World vs Image space, etc.)
    • performance
    • etc.
  • Implement a basic volume rendering of the dicom data with THREEJS.

Approach, Plan

  • Talk with DICOM/DCMTK experts to get some feedback.
  • Write a demo to test dicom parsing workflow.
  • Write a demo to test volume rendering.

Progress