why I have this error message?
AttributeError: 'module' object has no attribute 'SIFT' i have python(x,y) version 2.7 et opencv version3.0.0 why I have this error message?
AttributeError: 'module' object has no attribute 'SIFT' i have python(x,y) version 2.7 et opencv version3.0.0 why I have this error message?
SIFT and SURF were moved to opencv_contrib .
please see the readme there for build instructions.
(also, you'll need to update main opencv to latest master)
Asked: 2016-04-12 08:37:40 -0600
Seen: 183 times
Last updated: Apr 12 '16
Area of a single pixel object in OpenCV
Weird result while finding angle
cv2.perspectiveTransform() with Python
cv2 bindings incompatible with numpy.dstack function?
Getting single frames from video with python
Line detection and timestamps, video, Python
Different behaviour of OpenCV Python arguments in 32 and 64-bit systems