Simple GUI application for back projection image reconstruction
Use
- Install ROOT (v6.22 or above),
qmake
andmake
. - Compile:
mkdir -p build cd build qmake CONFIG+=realease ../imagerQt.pro make
- Run:
cd ..
build/ImagerQt
Name | Last commit | Last update |
---|---|---|
Data | ||
Headers | ||
Sources | ||
icons | ||
.gitignore | ||
MainWindow.ui | ||
README.md | ||
imagerQt.pro | ||
resources.qrc |
qmake
and make
.mkdir -p build
cd build
qmake CONFIG+=realease ../imagerQt.pro
make
cd ..
build/ImagerQt