/Computer-Tomography-Simulation

Computer Tomography simulation using radon transform.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Computer Tomography Simulation

Computer tomography simulation using radon transform.

How to run

  1. Download needed packages:
  • Numpy (pip install numpy)
  • PySide2 (pip install PySide2)
  • pydicom (pip install pydicom)
  • skimage (pip install scikit-image)
  1. Run via python3 interpreter.

GUI Interface

1

Issues

Non-fast mode preprocess images iteration frames from greyscale through rgb to the PySide2 QPixmap. It impacts on CT process and extends time for ending.