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.
인용 양식
Ligong Han (2026). 2-D Tomographic Reconstruction Demo (https://github.com/phymhan/matlab-tomo-2d), GitHub. 검색 날짜: .
MATLAB 릴리스 호환 정보
플랫폼 호환성
Windows macOS Linux카테고리
- Image Processing and Computer Vision > Image Processing Toolbox > Image Filtering and Enhancement > Morphological Operations >
태그
도움
도움 받은 파일: tomobox, Reconstruction of image from projections by Algebraic Reconstruction Technique
GitHub 디폴트 브랜치를 사용하는 버전은 다운로드할 수 없음
| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.6.1.0 | - removed art |
|
|
| 1.6.0.0 | Bug fixes in demo
|
||
| 1.5.0.0 | Change the diameter calculated in 'tomo_projection_2d' by adding 2, so that it will match the value computed from 'build_weight_matrix'. |
|
|
| 1.4.0.0 | - updated descriptions;
|
|
|
| 1.3.0.0 | - rearranged files
|
|
|
| 1.2.0.0 | A more accurate method of building weight matrix |
||
| 1.0.0.0 |
