Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for opencv 3+ #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

toinsson
Copy link

The interface to the feature detectors has changed a bit in opencv3+. Apparently, detection and description is kind of merged. This fix makes the code run for me. I have not compared with opencv2.X though.

@dtbaker
Copy link

dtbaker commented Apr 16, 2016

thanks for this @toinsson :)

@AloshkaD
Copy link

AloshkaD commented Mar 6, 2017

Awesome!

Copy link

@rfratila rfratila left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a necessary addition since all new installations of open cv requires this modification

@amiller27
Copy link

Python version numbers are strings, this doesn't work on opencv 2. Take a look at PEP386 and PEP396 for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants