Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 360 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 360 Bytes

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