Python+OpenCV 3 - cant use SIFT
I compiled OpenCV 3 & opencv_contrib from latest source code. Installed it into site-packages folder for Python 2.7. I can follow all of the tutorials at http://docs.opencv.org/trunk/doc/py_tutorials/py_feature2d/py_matcher/py_matcher.html except the ones involving SIFT. Here is the error I get: Traceback (most recent call last): File "C:\Projects\icu\ex01.py", line 9, in <module> sift = cv2.SIFT() AttributeError: 'module' object has no attribute 'SIFT' Please help. I searched & searched & searched and cant find anything related to Opencv3. Oh, and I used Visual Studio 2013 to build it. as of