Image reconstruction in CT using MATLAB

What is Image reconstruction in CT using MATLAB?

E

Expert

Verified

The MATLAB Image Processing Toolbox includes routines which perform both the Radon and inverse Radon transforms (‘radon’ & ‘iradon’). Learn how they work by the following: kind ‘demos’ on the command line, then in the left menu, choose ‘Toolboxes’, ‘Image processing’, ‘Transforms’, and ‘Reconstructing an imaging from projection data’. Now run the demo according to the instruction. As well read documentations of ‘radon’ and ‘iradon’ utilizing ‘help’. In the following questions, the parallel ray geometry is supposed.

(1) Make your own object (256 x 256) which is composed of at least three values, for illustration, μ=0 (background), 0.5 and 1. Exhibit your object utilizing ‘imshow’.

(2) Apply the Radon transform to the object and obtain the projections with angles from 0 to 179 degree with 1 degree step. Exhibit the sinogram of the projections.

(3) Apply the inverse Radon transform to projections to re-construct the object. Show the re-constructed image.

(4) Are the original and reconstructed images similar? If not, describe why and how they are dissimilar.

   Related Questions in Programming Languages

  • Q : Explain the reason to not carry on

    Explain the reason to not carry on extending HTML.

  • Q : What is Common Gateway Interface Common

    Common Gateway Interface: The Common Gateway Interface (abbreviated as CGI) is a standard which permits Web clients to interact with programs on Web server. The CGI script is on the server and is able to process arguments or input from a client, and r

  • Q : Define Continue statement Continue

    Continue statement: A statement which might only be employed within the body of a loop. In case of a while loop or do loop, control passes instantly to the loop's terminating test. In case of a for loop, the control passes to the post-body update expr

  • Q : Define Scope Scope : A language's scope

    Scope: A language's scope rules establish how broadly variables, methods and classes are visible in a class or program. The local variables contain a scope restricted to the block in which they are stated, for example. Private methods and variables co

  • Q : Are you sure that XHTML element name

    Are you sure that XHTML element name case sensitive? Answer: XHTML element names surely are case sensitive. Every element names should be written within lower case l

  • Q : What is a Software What is a Software :

    What is a Software: It is a program written to run on the computer.

  • Q : Networking Homework Assignment : A

    Homework Assignment : A Barbershop Problem Due: November 20, 2012 In this assignment, you are asked to write a multithreading problem to simulate the barbershop problem, which is a classical synchronization problem. The problem is taken from William Stallings's Operating Systems: Internals and D

  • Q : Use of System Dynamic and System Runtime

    What is the use of System.Dynamic and System.Runtime.CompilerServices namespaces?

  • Q : What is Hash code Hash code : It is a

    Hash code: It is a value returned by a hash function. A hash code can be employed as an index into a random-access data structure, offering a proficient mapping between an object and its position. Employed by classes like HashMap.

  • Q : What are tools require View XHTML

    What are tools require View XHTML Documents?

©TutorsGlobe All rights reserved 2022-2023.