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
- Host: GitHub
- URL: https://github.com/fblupi/rendering-volume-from-dicom-vtk
- Owner: fblupi
- License: gpl-3.0
- Created: 2016-10-22T10:41:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-22T11:01:16.000Z (almost 9 years ago)
- Last Synced: 2025-07-28T21:51:21.000Z (2 months ago)
- Topics: cmake, computer-graphics, dicom, volume, volume-rendering, vtk
- Language: C++
- Size: 15.6 KB
- Stars: 16
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rendering-volume-from-dicom-vtk
Example for rendering a volume from DICOM files using VTKInstructions:
```
cd build
cmake ..
make
./RenderingVolumeFromDICOM
```