Skip to content
Snippets Groups Projects
user avatar
mingf2 authored
5f3be4f8
History

Simple GUI application for back projection image reconstruction

Use

  • Install ROOT (v6.22 or above), cmake and make.
  • Compile:
    mkdir -p build
    cd build
    cmake ..
    make
  • Run:
    cd ..
    build/Sources/main