Skip to content

kobejohn/python_brisk_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Quick demo using BRISK feature descriptors in Python to identify and then extract a target image from a scene.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages