-
-
Notifications
You must be signed in to change notification settings - Fork 56.2k
Transfer SIFT to the main repository #16736
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
Comments
As a quick step in this way we can remove |
Can I ask, when we can expect it to be included in a new release? |
#17119 backlog:
|
If SIFT is now included in the packages, why do i get a |
@Zenos-Paradox |
Oh, alright. Thanks.
El mar, 1 jun 2021 a las 8:33, towr ***@***.***>) escribió:
… @Zenos-Paradox <https://github.com/Zenos-Paradox>
It looks like it's been moved. You should use cv2.SIFT_create() instead
of cv2.xfeatures2d.SIFT_create() now. (xfeatures2d only exists in the
contrib package, but sift is part of the main package now.)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16736 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQTMGLPPP7C2WJ4SIFDZ2KTTQTHRJANCNFSM4LCGEMTA>
.
|
For anyone still stuck... SIFT was not working for me in OpenCV-contib-python (Version 4.2.0.34) either. What did work: OS = Windows 10 |
@HaiderAbasi what exactly did you do after installing opencv-contrib-python==4.4.0.46? Did you still use cv2.xfeatures2d.SIFT_create() or cv2.SIFT_create() ? |
cv2.xfeatures2d.SIFT_create() show warning so I use cv2.SIFT_create() and the warning disappeared. |
As of the day after tomorrow (7.3.20) the patent on SIFT will expire and so it should be free to use.
Moving it out of the non-free folder will enable all to compile opencv with default flags and still get SIFT (will also help for the python binding as it doesn't compile the non-free folder).
The text was updated successfully, but these errors were encountered: