Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 681 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 681 Bytes

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.