https://github.com/fblupi/read-dicom-vtk-qt
Example for reading a single DICOM file using VTK and Qt
https://github.com/fblupi/read-dicom-vtk-qt
cmake computer-graphics dicom qt volume vtk
Last synced: 7 months ago
JSON representation
Example for reading a single DICOM file using VTK and Qt
- Host: GitHub
- URL: https://github.com/fblupi/read-dicom-vtk-qt
- Owner: fblupi
- License: gpl-3.0
- Created: 2016-10-31T22:16:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T21:20:08.000Z (almost 9 years ago)
- Last Synced: 2025-01-30T17:44:11.636Z (8 months ago)
- Topics: cmake, computer-graphics, dicom, qt, volume, vtk
- Language: C++
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# read-dicom-vtk-qt
Example for reading a single DICOM file using VTK and QtInstructions:
```
cd build
cmake ..
make
./ReadDICOMQt
```