Skip to content
Snippets Groups Projects
user avatar
mingf2 authored
f3aa5160
History

Simple GUI application for back projection image reconstruction

Use

  • Install ROOT (v6.22 or above), qmake and make.
  • Compile:
    mkdir -p build
    cd build
    qmake CONFIG+=realease ../imagerQt.pro
    make
  • Run:
    cd ..
    build/ImagerQt