Skip to content

Latest commit

 

History

History
101 lines (68 loc) · 3.39 KB

README.md

File metadata and controls

101 lines (68 loc) · 3.39 KB

JuliaImageRecon/About

https://github.com/JuliaImageRecon/About

The goal of this organization is to collect together repos written in the Julia language that are related to image reconstruction.

Curious about Julia? Start with this shorter article in Nature and this longer paper in SIAM Review.

Please contact Jeff Fessler if you'd like to contribute, e.g., become a member. Or just start reporting issues and submitting pull requests (PR)s.

Examples

The best place to start is with the Examples collection.

docs

Repos

Each of the following code repos include documentation that illustrate the Julia code and the output. Here is an example.

  • AbstractImageReconstruction.jl Abstract framework for implementing reconstruction algorithms.

  • ImageGeoms.jl : describe image sampling geometry for image reconstruction (grid dimensions, pixel size, support mask).

  • ImagePhantoms.jl : Digital image phantoms (like the Shepp-Logan phantom) along with analytical methods for their sinograms and spectra.

  • LinearOperatorCollection.jl Collection of linear operators for signal and image processing.

  • Sinograms.jl : Tomographic image reconstruction. FBP for parallel-beam and fan-beam geometries. FDK for cone-beam computed-tomography CBCT. (Forward and back-projectors for CT are a WIP.)

  • SPECTrecon.jl forward and back-projectors for SPECT

About LinearMapsAA and LinearOperators

This organization has tools that are built either on LinearMapsAA or LinearOperators.

There is some inter-operability between them. Submit an issue if further improvements are needed.

Plans (WIP)

  • More iterative reconstruction methods

Related packages / repos

Established 2021-06-29. Stay tuned for more content...