1 / 11
Back Projection
120 likes | 432 Vues
Back Projection. Image and Sinogram. Projections. 135°. 30°. Back Projection. 180 Projections. Four Projections. Filtered Sinogram. s = R(:,k); sf = ( fft (s)); q = abs( linspace (-1,1,length( sf )+1))'; sf = sf.* fftshift (q(2:(end-0))); R(:,k) = real( ifft (( sf )));.
Télécharger la présentation
Back Projection
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
Projections 135° 30°
Back Projection 180 Projections Four Projections
Filtered Sinogram s = R(:,k); sf = (fft(s)); q = abs(linspace(-1,1,length(sf)+1))'; sf = sf.*fftshift(q(2:(end-0))); R(:,k) = real(ifft((sf)));
Filtered Projections 30° 135°
Filtered Backprojection 180 Projections 4 Projections
Filtered Backprojection Filtering Direction 180 Projections
More Related