You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey, got the same error. Were you able to solve it? please share
@ReshmiMehta14 this is due to licensing issues in OpenCV Solution
For patent reasons, opencv 4.5.1.48 does not include the whole algorithm
You can use Python3.6 (or Python3.7 maybe OK) and install opencv-python==3.4.2.16 and opencv-contrib-python==3.4.2.16, then you can use the function that:
surf = cv2.xfeatures2d.SURF_create() or sift = cv2.xfeatures2d.SIFT_create() Stackoverflow
This is the error coming"module 'cv2.cv2' has no attribute 'xfeatures2d'"
The text was updated successfully, but these errors were encountered: