Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 761 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 761 Bytes

Welcome to TomoForward.jl

TomoForward is a Julia wrapper of ASTRA toolbox [1] for tomographic forward projection operators to generate sinogram data from 2D images. (3D will be supported soon)

ProjGeom data structure constructs a projection geometry and its interface is consistent with ASTRA-toolbox.

Install

Install Julia and in Julia REPL,

] add https://github.com/JuliaTomo/TomoForward.jl

Examples

Please see codes in examples folder.

Features

Forward projection

Forward operator for 2D image as a sparse matrix

  • 2D paralleal beam with line and strip projection model. Ported from [1]

Reference