Saurav Gusain CT Image Reconstruction
Saurav Gusain CT Image Reconstruction
CT
• Introduction
• Algorithm for image reconstruction
• Back projection
• Analytic reconstruction
• Filtered back projection
• Fourier reconstruction
• Iterative method
• Reference
• Quiz
INTRODUCTION
1. Back projection
2. Analytic reconstruction
3. Iterative reconstruction
BACK PROJECTION
1 2 3
3 4
7
4 6
1. Initial estimate: Compute the average of four elements and
assign it to each pixel, that is, 1 + 2 + 3 + 4 = 10; 10/4 = 2.5
• New projection dataset
(Horeizontal ray sum)
2.5 2.5 5
2.5 2.5
5
2. First correction for error (original horizontal ray sums minus the new
horizontal ray sums divided by 2)
• (3 − 5)/2 and (7 − 5)/2 = −2/2 and 2/2 = −1.0 and 1.0
(2.5-1) (2.5-1)
1.5 1.5
(2.5+1) (2.5+1)
3.5 3.5
1.5 1.5
(1.5-0.5) (1.5+0.5)
1 2
(3.5-0.5) (3.5+0.5)
3 4
1 2
• The final matrix solution is thus
3 4
• In the early years of CT use these iterative techniques were not
used in commercial scanners because of the following limitations:
1. It is difficult to obtain accurate ray sums because of quantum
noise and patient motion.
2. The procedure takes too long to generate the reconstructed image
because the iteration can be done only after all projection datasets
have been obtained, and because of the lack of computing power
to solve these equations quickly.
3. To produce a “true” image, there should be more projection
datasets than pixels
REFERENCE