Skip to content

module 'cv2.cv2' has no attribute 'xfeatures2d' #2

@adhilartz

Description

@adhilartz

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions