Difference between revisions of "2015 Summer Project Week:Volume rendering with DCMJS and THREEJS"

From NAMIC Wiki
Jump to: navigation, search
(Created page with '__NOTOC__ <gallery> Image:PW-Summer2015.png|Projects List </gallery> ==Key Investigators== * Nicolas Rannou * Steve Pieper ==Project Descr…')
 
Line 12: Line 12:
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Objective</h3>
 
<h3>Objective</h3>
*Define a good workflow to parse a MR dicom with DCMJS.
+
* Implement a basic volume rendering of DICOM data with THREEJS.
*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.
 
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
* Talk with DICOM/DCMTK experts to get some feedback.
+
* Implement a DICOM parser with DCMJS.
* Write a demo to test dicom parsing workflow.
+
* Use generated models for volume rendering.
* Write a demo to test volume rendering.
 
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">

Revision as of 08:27, 5 June 2015

Home < 2015 Summer Project Week:Volume rendering with DCMJS and THREEJS

Key Investigators

  • Nicolas Rannou
  • Steve Pieper

Project Description

Objective

  • Implement a basic volume rendering of DICOM data with THREEJS.

Approach, Plan

  • Implement a DICOM parser with DCMJS.
  • Use generated models for volume rendering.

Progress