We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I use python3.6.5 amd64 and opencv-contrib-python-3.4.3.18, seems that "SIFT" module is not in this lib...
python3.6.5 amd64
opencv-contrib-python-3.4.3.18
It works fine in opencv-contrib-python-3.4.2.17, like below:
import cv2 sift = cv2.xfeatures2d.SIFT_create(edgeThreshold=10)
The text was updated successfully, but these errors were encountered:
Sorry buddy, I just noticed this issue: #126
Sorry, something went wrong.
No branches or pull requests
Expected behaviour
I use
python3.6.5 amd64
andopencv-contrib-python-3.4.3.18
, seems that "SIFT" module is not in this lib...It works fine in opencv-contrib-python-3.4.2.17, like below:

Actual behaviour
Steps to reproduce
opencv-contrib-python-3.4.3.18
The text was updated successfully, but these errors were encountered: