/image-matching-webui

📷 image matching toolbox webui

Primary LanguagePython


Image Matching WebGUI
matching images with given images

Description

This simple tool efficiently matches image pairs using multiple famous image matching algorithms. The tool features a Graphical User Interface (GUI) designed using gradio. You can effortlessly select two images and a matching algorithm and obtain a precise matching result.

demo

The tool currently supports various popular image matching algorithms, namely:

How to use

requirements

pip install -r requirements.txt

run demo

python3 ./main.py

then open http://localhost:7860 in your browser.

Contributions welcome!

External contributions are very much welcome. Please follow the PEP8 style guidelines using a linter like flake8. This is a non-exhaustive list of features that might be valuable additions:

  • add more image matching algorithms with submodules
  • add line feature matching algorithms
  • add config file to set default parameters

Acknowledgement

This code is built based on Hierarchical-Localization. We express our gratitude to the authors for their valuable source code.