question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dicom Image Volume Rendering

See original GitHub issue

Hi,

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.json generated for vti data
  • Is using vtkHttpDataSetReader the correct choice of reading the data? Or it should be XMLReader
  • Is there a better way of reading Dicom images(a folder of .dcm files) instead of using vti file

Thanks!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:14 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
thewtexcommented, Apr 2, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found