Question
(MATLAB) A CT image, is obtained by getting projections from different angles of the object which is desired to be imaged and reconfiguring this projections.
(MATLAB)
A CT image, is obtained by getting projections from different angles of the object which is desired to be imaged and reconfiguring this projections.
In this project, you need to create a basic model of this process.
With using the letter N,
-a 3 bit resolution (8 different levels 0 to 7.)
-at least 4x4 or 5x5 an input image will be created and will be used.
(Suggestion) Using only 0 or 7 will be easier.
The code written should recognize dimensions of the image and automatically work it.
With using Additive Algebraic Reconstruction Technique (ART) or Multiplicative Algebraic Reconstruction Technique (mART) recreate the image iteratively with the projection values which are sent from angles 0-45-90-135.
Formula for: ART
Formula for: mART
Report format:
Brief information about the method chosen, how you used it and informations about how you constructed your algorithm.
There should also be comments and results for different input images.
Also, do the same process with angles 0-30-60-90-120-150.
It is not allowed to use built-in commands in MATLAB.
Deliver a .m file.
Note to the expert: If the questions are not understood or not well explanied by me please leave a comment.
Example:
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