MBIR-RT
Real-Time implementation for Model Based Iterative Reconstruction (MBIR) of images from tomographic data.
Table of Contents
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
- For C-code see Verification readme
- For Verilog see RTL readme
Example usage here
tbd
License
MIT — see LICENSE on GitHub.