kobejohn / python_brisk_demo

Quick demo using BRISK feature descriptors in Python to identify and then extract a target image from a scene.
MIT License
21 stars 13 forks source link

Quick Usage

python brisk_demo.py

Introduction

As an inexperienced opencv user, getting feature detection/description working in python took some time. Then I realized that SIFT / SURF / everything that has some scale invariance in OpenCV was encumbered with patents. With BRISK / FREAK, now there are viable (or better) alternatives.

I hope this example helps anyone else who wants to get started in python with feature detection.

Copyright

Copyright (c) 2013 John Nieri and contributors under MIT License. See LICENSE in this repository or distribution for details.