Skip to content
Snippets Groups Projects
user avatar
mingf2 authored
fca74e76
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 ../imagerQt.pro
    make
  • Run:
    cd ..
    build/ImagerQt