We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
![image](https://user-images.githubusercontent.com/8188879/46655047-fe084a80-cbdc-11e8-8257-2333d693ac49.png)
Actual behaviour
Steps to reproduce
opencv-contrib-python-3.4.3.18
The text was updated successfully, but these errors were encountered: