Simulation of CT acquisition process and volume reconstruction.
- Points inside the model:
- Initial scanning configuration:
- First projection:
- Phantom visualization:
- Reconstruction using SimpleITK and viewed with napari
- Synthetic Volume rendered in quad view
- Real volume rendered in quad view (QWidgets)
- The quad views are implemented in C++ using Qt/OpenGL and loaded into QML via PySide6.
References: I can't find where the wolf's 3d model came from.
-
Dependencies
Python based reconstruction depends on SimpleITK
pip install SimpleITK
Python visualization depends on napari package
pip install napari[all]
CUDA 12.8
Qt 6.9.1
PySide 6







