Three.js: Is there an example of medical imaging (DICOM) ?

Created on 23 Mar 2018  路  3Comments  路  Source: mrdoob/three.js

Is there an example of medical imaging (DICOM) ?
I did not find it.

Question

Most helpful comment

@tanxu1120 please have a look at ami.js.

You can think of it as an extension of Three for medical imaging. There are a bunch of loaders, helpers, custom shaders that should allow you to look at your data more easily.

https://fnndsc.github.io/ami/#geometries_slice

The difference with other existing web packages is that it is the only one based on WebGL for DICOM visualization.

All 3 comments

There is only NRRDLoader with a corresponding example but no DICOMLoader.

Reading this article, it seems you want to create a NRRD file from a DICOM Medical Imaging Data Set for visualization purposes in any case.

/ping @NicolasRannou

@tanxu1120 please have a look at ami.js.

You can think of it as an extension of Three for medical imaging. There are a bunch of loaders, helpers, custom shaders that should allow you to look at your data more easily.

https://fnndsc.github.io/ami/#geometries_slice

The difference with other existing web packages is that it is the only one based on WebGL for DICOM visualization.

Was this page helpful?
0 / 5 - 0 ratings