Image registration toolbox for feature based image registration demonstration.
Note: We can run the project as a standalone electron app or simply as a web app. The process to get this running as a web app is give here:
$ gh repo clone ShivamPR21/ImageRegistration-ToolBox
$ cd ImageRegistration-ToolBox
$ git checkout main
# Install Requirements
$ pip3 install pandas matplotlib seaborn opencv-python opencv-contrib-python Flask Flask-WTF
# Make sure that you are in the project directory
$ python app.py
Put the URL http://localhost:5000
in your browser search bar and hit Enter.
The Report and Presentation are kept in the **docs** folder.
- Select images to be registered.
- Confirm the loaded images and provide the parameters for registration.
- Hit register images and view the results.