TwentyEight

84<KPR0J3<T10N

Jun 12th, 2020
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. Let’s talk about backprojection.
  2. Which is an image reconstruction technique for CT.
  3.  
  4. Backprojection is the process of using the sinogram to try to recreate the original image.
  5. As a recap, let’s go over how to obtain the sinogram before we talk about backprojection.
  6.  
  7. Remember, we do not know what the original object looks like; but we can obtain the sinogram with our X-ray beams and detectors.
  8. The horizontal axis is distance r, and the vertical axis is projection angle theta.
  9. Each row of the sinogram represents the attenuation profile along the angle theta.
  10. This is called a projection.
  11.  
  12. Backprojection is essentially the reverse process.
  13. We want to use the sinogram to reconstruct the original image.
  14. But how do we do this?
  15.  
  16. Let’s look at one projection.
  17. We backproject this onto the image domain like so.
  18. Here’s another example done with a projection along a different angle.
  19.  
  20. If we do this for each of our projections and add them all up, we get an OK reconstruction of the original image.
  21.  
  22. Again, backprojection is basically smearing each of our projections, back onto the image domain.
  23.  
  24. How does the number of projections affect the backprojected image?
  25. We can see that with a small number of projections, the reconstructed image poorly resembles the original.
  26. Increasing the total number of projections results in a closer image to the original.
  27. But even with a high number of projections, we still get a blurry image.
  28.  
  29. Why is the image still blurry?
  30. Smearing a projection back onto the image adds values to regions that should not have them.
  31. Also, the edges aren’t as pronounced.
  32. Filtered backprojection is a way to reduce blurriness.
  33.  
  34. In conclusion, backprojection is a way to approximately reconstruct the original image.
  35. The number of projections affect how the backprojected image looks.
  36. To end, here are some more examples showing backprojection.
Add Comment
Please, Sign In to add comment