My publications on beam tomography
The following codes are written in Matlab, using the methods explained in chapter 3 of Kak and Slaney (1988):
phantom_2.m
- generates a Shepp Logan phantom and the corresponding sinogram.
recon_2.m
- reconstructs the image using the Filtered Back Projection method.
recon_3a.m
- reconstructs the image using the Convolution Back Projection method.
test_script.m
- a script to test the above functions.
Explanations on how to use these are are found in the codes.
(A Scilab version of the codes can be found here: Link.)
The difference between the two reconstructed images above is not very obvious - the second image is a bit brighter than the first. The Convolution Back Projection method gives a more accurate result that the Filtered Back Projection. This is explained in pp. 69 - 76 of Kak and Slaney (1988).
Last modified 10 June 2010.