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
python Image_Stitching.py [image1.jpg] [image2.jpg]
Traceback (most recent call last):
File "Image_Stitching.py", line 78, in
main(sys.argv[1],sys.argv[2])
File "Image_Stitching.py", line 74, in main
final=Image_Stitching().blending(img1,img2)
File "Image_Stitching.py", line 9, in init
self.sift=cv2.xfeatures2d.SIFT_create()
AttributeError: module 'cv2.cv2' has no attribute 'xfeatures2d'