项目作者: dev-aditya

项目描述 :
X-ray Cone Beam Computed Tomography: Simulation
高级语言: Python
项目地址: git://github.com/dev-aditya/X-ray-Cone-Beam-Computed-Tomography.git
创建时间: 2020-09-17T13:08:36Z
项目社区:https://github.com/dev-aditya/X-ray-Cone-Beam-Computed-Tomography

开源协议:GNU General Public License v3.0

下载


X-ray Cone Beam Computed Tomography

DOI

X-ray Cone-beam Computed tomography (CBCT) is a technique for imaging cross-sections of an object using a series of X-ray measurements taken from
different angles around the object. CBCT uses a cone shaped X-ray beam.
The projection data acquired at the 2D detector array, which is then reconstructed into a 3D image volume using the FDK reconstruction
algorithm.

This repository contains computer program to simulate CBCT.

  1. ├── Astra-toolbox
  2. ├── img
  3. ├── output_10_1.png
  4. ├── output_13_0.png
  5. ├── output_6_0.png
  6. └── output_8_0.png
  7. ├── Phantom3DLibrary.dat
  8. ├── Project.py
  9. └── README.md
  10. ├── LICENSE
  11. ├── MATLAB
  12. ├── main
  13. ├── back_project.m
  14. ├── phantom.m
  15. ├── projections.m
  16. ├── ramp_filter.m
  17. ├── shepp_logan.m
  18. └── ye_yu_wang.m
  19. ├── parameter.mat
  20. ├── xray_cone_beam_reconstruction_filtered.mlx
  21. └── xray_cone_beam_reconstruction.mlx
  22. ├── Python
  23. ├── back_projection.py
  24. ├── phantom_features.py
  25. ├── phatom_const.py
  26. ├── projection.py
  27. ├── __pycache__
  28. └── ramp.py
  29. └── README.md