X-ray CT reconstruction

I have a sequence of X-ray projections. It was taken from all the directions. How can I get a cross-sectional CT image using these 2D projections from different angles?

Answers (2)

Matt J
Matt J on 12 Apr 2016

0 votes

You could try iradon() or ifanbeam().

3 Comments

but iradon() or ifanbeam() uses only one image and then rotate it to different angles to get the different positions. On the other hand, i have already images from different positions. how can i use all of these to make one cross-sectional CT
ilanzhang
ilanzhang on 5 Jan 2017
Edited: ilanzhang on 5 Jan 2017
iradon reconstruct the 2D image from multiangle 1D projections, so maybe you can choose the projection "line" in all views and arrage them into a 2D projection image named sinogram, and it is the R needed in iradon.
it does not work with iradon()

Sign in to comment.

Asked:

on 12 Apr 2016

Edited:

on 3 Apr 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!