Assignments and project of the lecture Algorithm Engineering at FSU Jena
The scan enhancer removes backgrounds from your ppm scans.
To install, simply clone the directory and
install the binary.
$./install.sh
The binary will be installed to /usr/local/bin
.
You can also build the program manually or in your IDE of choice with CMake. The target scanEnhancer will
run the program, while testEnhancer will run the unit tests.
To run the program, simply call scanEnhancer <input> <output>