Simple GUI application for back projection image reconstruction
Use
- Install ROOT (v6.22 or above),
cmake
andmake
. - Compile:
mkdir -p build cd build cmake .. make
- Run:
cd ..
build/Sources/main
Name | Last commit | Last update |
---|---|---|
.. | ||
.vscode | ||
Data | ||
Headers | ||
Postprocessing | ||
Sources | ||
.gitignore | ||
CMakeLists.txt | ||
README.md |
cmake
and make
.mkdir -p build
cd build
cmake ..
make
cd ..
build/Sources/main