Skip to content
Snippets Groups Projects

Simple GUI application for back projection image reconstruction

Prerequisites

  • Install ROOT v6.
  • Install qt5 development packages
sudo apt-get install qt5-default qtdeclarative5-dev

Build

mkdir -p build
cd build
qmake -config release ../imagerQt.pro
make

Run

    cd ..
    build/ImagerQt

Demo