Skip to content
Snippets Groups Projects
Ming Fang's avatar
mingf2 authored
c1fdc39d
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