Computer tomography simulation using radon transform.
- Download needed packages:
- Numpy (pip install numpy)
- PySide2 (pip install PySide2)
- pydicom (pip install pydicom)
- skimage (pip install scikit-image)
- Run via python3 interpreter.
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.