This repository is part of the 2022 Research Project of the TU Delft.
The corresponding research paper can be found here: Improving Image Registration Accuracy through User Interaction.
When using NixOS with flake support, this application can easily be built and ran from source by using
nix build
# Or
nix run
Otherwise, install the required python packages and run src/main.py
.
Dependencies
- python 3.9
- numpy
- opencv4
- pillow
- scipy
- pyside2
- pyqt5
Please know that this method has not yet been tested, only the Nix flake method has.