Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.12 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.12 KB

Tomograph

Tomograph is a software tool designed to perform the assembly of object projections captured from various angles and produce cross-sectional images in 2D. This program operates on the principles of the Radon Transform, which involves the creation of 1D scans to create a sinogram, followed by 2D image reconstruction through reverse Radon transformation. The sinogram can be filtered to remove any blur using a weaving technique.

Approach

Tomograph takes grayscale images as input and uses a parallel emitter/detector model. The algorithm employed for linear transition after successive pixels of a discrete image is Bresenham.

Configuration

Tomograph provides the ability to configure several elements, such as the step ∆α of the emitter/detector system, the number of detectors (n) for one emitter/detector system, and the width/span of the emitter/detector system (l).

alt text

alt text