I am getting the following error:
Python3 : AttributeError: module 'cv2.cv2' has no attribute 'xfeatures2d'
for the line:
sift = cv2.xfeatures2d.SIFT_create()
I have tried installing opencv-contrib-python
and uninstalling opencv-python
and they didn't help get rid of this error.
Any help appreciated!
Using Mac OSX,Python 3,opencv 3