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

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

Awesome Lists containing this project

README

          

# read-dicom-vtk-qt
Example for reading a single DICOM file using VTK and Qt

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