2-D Tomographic Reconstruction Demo
There are two main methods for tomographic reconstruction: one is based on Radon transform and its inverse transform such as filtered back-projection (FBP), another is based on solving linear algebra equations such as algebraic reconstruction technique (ART).
This toolbox includes tools for creating projections and reconstructing the image from projections:
tomo_projection_2d, computes projections of a given image;
build_weight_matrix, builds weighting factor matrix used for algebraic methods;
tomo_reconstruction_bp, reconstructs the image from its projections using BP method;
tomo_reconstruction_fbp, reconstructs the image from its projections using FBP method;
tomo_reconstruction_sart, reconstructs the image from its projections using SART method;
tomo_reconstruction_lsqr, reconstructs the image from its projections, equations are solved by calling the build-in lsqr function.
See demo.m for details.
Cite As
Ligong Han (2022). 2-D Tomographic Reconstruction Demo (https://github.com/phymhan/matlab-tomo-2d), GitHub. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Inspired by: tomobox, Reconstruction of image from projections by Algebraic Reconstruction Technique
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.