Skip to content

ChairChandler/Computer-Tomography-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.