Dicom Image Volume Rendering
See original GitHub issueHi,
We are trying to get volume rendering work with DICOM vti image written from vtk writer in Python. Following the structure, we are running into troubles trying to getindex.json file correctly generated. So few questions here and appreciate if someone can help!
- How does
index.jsongenerated forvtidata - Is using
vtkHttpDataSetReaderthe correct choice of reading the data? Or it should beXMLReader - Is there a better way of reading Dicom images(a folder of .dcm files) instead of using
vtifile
Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:14 (5 by maintainers)
Top Results From Across the Web
Volume rendering for DICOM images - Bastian Rieck
This post describes how I went from a stack of DICOM images to a set of raw volume data sets that can be...
Read more >How to Read and Visualize a DICOM Volume
Here's a Volume Viewer screen shot with this data: From the Volume Viewer, you can save rendering and camera configuration information to a ......
Read more >3D Volume Rendering (VR) - RadiAnt DICOM Viewer
The 3D Volume Rendering tool provided by RadiAnt DICOM Viewer can be used to visualize large volumes of data generated by modern CT/MR...
Read more >Medical Visualization & Volume Rendering
Direct Volume rendering · Based on ray casting algorithm · Volume is mapped to 2D image plane according to intersections of rays. ·...
Read more >7.6. Volume Rendering — MPHY0026 documentation
7.4 Volume Rendering in medical imaging, is implemented via Ray Casting. Imagine the reverse of a pinhole camera model. For each image pixel,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Yes, as @jourdain mentioned, we can load the DICOM images directly via itk.js.
To load a multi-frame DICOM file (the entire volume is in one file), use itk/readImageFile. To load a DICOM file series, use itk/readImageDICOMFileSeries. Both of these are enabled in this reference application.
@engrussman good to hear 😃
A few applications with DICOM support using itk.js / vtk.js:
https://kitware.github.io/itk-vtk-viewer/ https://kitware.github.io/itk-vtk-viewer/app/
https://kitware.github.io/paraview-glance/index.html https://kitware.github.io/paraview-glance/app/