Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This will create a 1 4 4 times 5 1 3 sinogram array called p in which each row is a projection through an
This will create a times sinogram array called p in which each row is a projection through an
object at a specific angle, phi The th element of each row is always zerovalued. The extra element
in each row was added so that the number of columns is odd for the imrotate command, which I
used to generate the set of projections. The origin of each projection is the middle th element.
This corresponds to projection lines through the element in the original times object
array used to generate the projections. Each row represents a different angle in o increments,
starting at o and continuing in the counterclockwise direction up to o In the original image
notation, the positive sense of the y vertical direction is the top of the image. Note this is opposite
of the usual sense for indexing arrays in Matlab! When using FFT or IFFT commands including
the D versions make sure that you use array sizes that are powers of Because the th column
is all zeros in p you can do this by truncating the th element in the xdomain. If you are not
using FFT or IFFT for example when using convolution filtered backprojection you do not need
to truncate the rows to elements.
In all cases, include both quantitative and qualitative assessments of the effects observed. If you
show me a correctly reconstructed image in person or via email only email jpg format of image
I can email you the perfect image array I used to generate the projections if you would like a
groundtruth image for numerical comparison. do not use iradon or radon for matlabcodeComparison of Resolution of Data for Filtered Backprojection: Write
Matlab programs to perform filtered backprojection using either the RamLak or
SheppLogan filters and performing filtering in either the domain or in the
domain. Experiment with changes in the spacing of the angles used for example use
only odd numbered rows of data and experiment with the sample spacing for
example use only odd numbered elements in each row Note that if you eliminate
the column containing the origins of the projections th in the original projection
data array you will have problems with the reconstruction. Discuss the effects of
lowering the data resolution in each of these two ways. do not use radon or iradon in matlab code.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started