Skip to content

Conversation

@aaddrick
Copy link

Updated lines below for compatibility with opencv-python v 4.9.0.80.

Before: cv2.xfeatures2d.SIFT_create()
After: cv2.SIFT.create()

Before: cv2.ORB_create(1000)
After: cv2.ORB.create(1000)

also updated print statement formatting.

Updated OpenCV calls for SIFT and ORB.

Updated print statement format.
Updated print statement format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant