Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.
/ tomography-2D Public archive

final project for "Medical applications of IT" on university - 2D tomography simulation

Notifications You must be signed in to change notification settings

buyuk-dev/tomography-2D

Repository files navigation

2D tomography simulation using radon transform and reconstruction by summation of projections (backpropagation method).

Usage

  • Prepare square image in greyscale
  • Run script python gui.py
  • Configure simulation
  • Click scan button to start simulation
  • Wait until processing is done (progress will be displayed in command line)

Configuration

param description
path path to input image
resolution number of detectors
sampling how many different angles should be scanned
span radiation cone angular span in radians (usually 3.141 should be fine)
filter if checked ramp filter will be applied to sinogram before reconstruction

Screenshot

screenshot

Releases

No releases published

Packages

No packages published

Languages