Skip to content

Feature matching using SURF descriptors and geometric properties

License

Notifications You must be signed in to change notification settings

sebasvega95/feature-matching

Repository files navigation

Feature matching using SURF descriptors and geometric properties

Setup

Create the virtual environment

  $ sudo apt install python-virtualenv
  $ virtualenv -p /usr/bin/python3 env

Install dependencies

  $ source env/bin/activate
  (env)$ pip install -r requirements.txt

Run

  (env)$ python feature_matching.py

About

Feature matching using SURF descriptors and geometric properties

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages