Skip to content
Snippets Groups Projects
user avatar
mingf2 authored
80477c8f
History

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