I have opencv 3.4.3 installed (using pip3 install opencv-python
and pip3 install opencv-python-contrib
)
When I run a code containing this line:
sift = cv2.xfeatures2d.SIFT_create()
I got this error:
AttributeError: module 'cv2.cv2' has no attribute 'xfeatures2d'
Is xfeatures2d
function not anymore supported by opencv 3.4.3?