1 / 32

Image Reconstruction

Image Reconstruction. Radon Transformation. Radon transform in 2-D. Named after the Austrian mathematician Johann Radon RT is the integral transform consisting of the integral of a function over straight lines.

gryta
Download Presentation

Image Reconstruction

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ImageReconstruction

  2. Radon Transformation • Radon transform in 2-D. • Named after the Austrian mathematician Johann Radon • RT is the integral transform consisting of the integral of a function over straight lines. • The inverse of RT is used to reconstruct images from medical computed tomography scans.

  3. Paralle-beam Projection • A projection of a 2-D image f(x,y) is a set of line integrals. • To represent an image, RT takes multiple, parallel-beam projections of the image from different angles by rotating the source around the center of the image.

  4. For instance, the line integral of f(x,y) in the vertical direction is the projection of f(x,y) onto the x-axis.

  5. Math. and Geometry of theRadon Transform

  6. 1D Fourier Transform

  7. 1D Fourier Transform

  8. Fourier Slice Theorem • FT of the projection of a 2-D object is equal to a slice through the origin of 2-D FT of the object.

  9. Collection of projections of an object at a number of angles • In Fourier domain

  10. 2D Fourier Transform

  11. 2-D Fourier Basis

  12. 2-D FT Example

  13. Backprojection • A problem with backprojection is the blurring (star-like artifacts) that happens in the reconstructed image.

  14. Filtered Backprojection • To remove the blurring, an optimal way is to apply a high-pass filter to eliminate these artifacts. • Thus combine backprojection with high-pass filtering = filtered backproejction.

  15. Approaches to Backprojection Unblurr with a 2-D Filter Backproject Image Projections Unblurr with 1 2-D Filter Backproject Image

  16. Compare to this unfiltered

  17. Filtered Projection • Fourier Slice Theorem • filtered back projection takes the Fourier Slice and applies a weighting

  18. Digital Filters

  19. RT Example

  20. Reconstruction Example unfiltered filtered

  21. Filtered Backprojection Algorithm • In Matlab, implemented as iradon.m • 1-D FFT • Digital Filters • Interpolation Functions • 2-D Inverse FFT

More Related