MBIR-RT

Real-Time implementation for Model Based Iterative Reconstruction (MBIR) of images from tomographic data.

View on GitHub Documentation


Table of Contents

  1. Overview
    1. Key Features
  2. Installation
  3. Quick Start / Documentation
  4. Example usage here
  5. License

Overview

Real-Time implementation for Model Based Iterative Reconstruction (MBIR) of images from tomographic data - based on the python implementation developed by Charles A. Bouman, Gregery T. Buzzard.

MBIR-RT holds a stand-alone clean C implementation for verification purpose and a Verilog implementation for FPGA - both are derived from MBIRJAX.

MBIR python code can be found here: https://github.com/cabouman/mbirjax The original documentation can be found at: https://mbirjax.readthedocs.io/

Key Features

  • C-code is self contained - no external dependacies.
  • RTL-code follows the C-Code and is designed for Xilinx FPGAs.
  • a test-bench is provides to verify the RTL against the C-code reference.

Installation

tbd


Quick Start / Documentation


Example usage here

tbd


License

MIT — see LICENSE on GitHub.