Difference between revisions of "2016 Summer Project WEB and 3D DICOM viewer to the rest of us"

From NAMIC Wiki
Jump to: navigation, search
Line 11: Line 11:
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Objective</h3>
 
<h3>Objective</h3>
* Compared with its huge potential, current ugage of it is quite limited. ANATOMIA, my company's service intends to provide the values to patient.
+
* Compared with its huge potential, current usage of CT/MRI data is quite limited. ANATOMIA, the Vocsis Corporation's DICOM imaging service provides the values of CT/MRI data to patients.
 
</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>
* Implement advanced signal processing algorithms in internet server which generates intuitive 3D meshes.
+
* The service realizes simple operation for patients to generates 3D meshes of organs. It helps the patients to understand and investigate the internal structure of their own body.
 +
* Great thanks to open source libraries of VTK and DCMTK!
 +
* Browser side applies Web-GL by threejs, a JavaScript library.
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Progress</h3>
 
<h3>Progress</h3>
* Beta evaluation phase
+
* Prototype was successfully demonstrated at RSNA 2015 exhibition.
 +
* Beta evaluation version is opened to the public from www.vocsis.com.
 +
* Mesh sample: http://www.vocsis.com/0.1/vocsis_e/ms_bones.html
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 07:53, 21 June 2016

Home < 2016 Summer Project WEB and 3D DICOM viewer to the rest of us

Key Investigators

  • Koji Kobayashi (Vocsis Corporation)

Project Description

Objective

  • Compared with its huge potential, current usage of CT/MRI data is quite limited. ANATOMIA, the Vocsis Corporation's DICOM imaging service provides the values of CT/MRI data to patients.

Approach, Plan

  • The service realizes simple operation for patients to generates 3D meshes of organs. It helps the patients to understand and investigate the internal structure of their own body.
  • Great thanks to open source libraries of VTK and DCMTK!
  • Browser side applies Web-GL by threejs, a JavaScript library.

Progress