Computed Tomography
- Jocelyne Zofia

- Jan 1, 2022
- 1 min read
Brief theoretical physics computational project
Université de Fribourg, Suisse - April 2013
AIM In this project our task was to reconstruct back an image (previously chosen) from the results of a CT scan that we simulated writing a program with Python. For this purpose, we implemented in our program 3 different methods : an iterative re- construction with algebraic reconstruction technique (ART), singular value decomposition (SVD) solution, filtered backprojection (FBP).
Project report:
Code example for an image reconstruction method (Iterative algebraic reconstruction method) used:





Comments