X-ray Cone-beam Computed tomography (CBCT) is a technique for imaging cross-sections of an object using a series of X-ray measurements taken from different angles around the object. CBCT uses a cone shaped X-ray beam. The projection data acquired at the 2D detector array, which is then reconstructed into a 3D image volume using the FDK reconstruction algorithm.
This repository contains computer program to simulate CBCT.
βββ Astra-toolbox
βΒ Β βββ img
βΒ Β βΒ Β βββ output_10_1.png
βΒ Β βΒ Β βββ output_13_0.png
βΒ Β βΒ Β βββ output_6_0.png
βΒ Β βΒ Β βββ output_8_0.png
βΒ Β βββ Phantom3DLibrary.dat
βΒ Β βββ Project.py
βΒ Β βββ README.md
βββ LICENSE
βββ MATLAB
βΒ Β βββ main
βΒ Β βΒ Β βββ back_project.m
βΒ Β βΒ Β βββ phantom.m
βΒ Β βΒ Β βββ projections.m
βΒ Β βΒ Β βββ ramp_filter.m
βΒ Β βΒ Β βββ shepp_logan.m
βΒ Β βΒ Β βββ ye_yu_wang.m
βΒ Β βββ parameter.mat
βΒ Β βββ xray_cone_beam_reconstruction_filtered.mlx
βΒ Β βββ xray_cone_beam_reconstruction.mlx
βββ Python
βΒ Β βββ back_projection.py
βΒ Β βββ phantom_features.py
βΒ Β βββ phatom_const.py
βΒ Β βββ projection.py
βΒ Β βββ __pycache__
βΒ Β βββ ramp.py
βββ README.md