An open API service indexing awesome lists of open source software.

https://github.com/fblupi/rendering-volume-from-dicom-vtk

Example for rendering a volume from DICOM files using VTK
https://github.com/fblupi/rendering-volume-from-dicom-vtk

cmake computer-graphics dicom volume volume-rendering vtk

Last synced: about 2 months ago
JSON representation

Example for rendering a volume from DICOM files using VTK

Awesome Lists containing this project

README

          

# rendering-volume-from-dicom-vtk
Example for rendering a volume from DICOM files using VTK

Instructions:
```
cd build
cmake ..
make
./RenderingVolumeFromDICOM
```