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

From NAMIC Wiki
Jump to: navigation, search
Line 13: Line 13:
 
<h3>Objective</h3>
 
<h3>Objective</h3>
 
* Simulate 3D texture in the GLSL shader.
 
* Simulate 3D texture in the GLSL shader.
* Implement a basic volume rendering of DICOM data with THREEJS.
+
* Implement a basic volume rendering of DICOM data.
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">

Revision as of 08:49, 22 June 2015

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

Key Investigators

  • Nicolas Rannou
  • Steve Pieper

Project Description

Objective

  • Simulate 3D texture in the GLSL shader.
  • Implement a basic volume rendering of DICOM data.

Approach, Plan

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

Progress