cabouman / OpenMBIR-ParBeam

This is a reference open-source implementation of MBIR
https://engineering.purdue.edu/~bouman/OpenMBIR/
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

OpenMBIR-ParBeam

BASELINE MBIR RECONSTRUCTION SOFTWARE FOR 2D and 3D PARALLEL-BEAM CT

This is a reference implementation of MBIR, but it is not parallel or optimized for speed. A much faster version of this parallel beam MBIR algorithm is available at: https://github.com/HPImaging/sv-mbirct

For other OpenMBIR packages see: https://github.com/cabouman/OpenMBIR-Index

Software Requirements

  1. gcc compiler
  2. OpenMP API
  3. Python 3 or later
  4. Python Packages
    • numpy
    • matplotlib

Instructions

1) Install the required software

2) Compile the code. From the main directory run cd src && make && cd ~-. The executables will be stored in the bin folder.

3) Run the demos

Reconstructing Your Own Data

1) To be 2) added later ...