Skip to content

Instantly share code, notes, and snippets.

@andijakl
Created November 23, 2020 14:49
Embed
What would you like to do?
Visualize Keypoints
# Visualize keypoints
imgSift = cv.drawKeypoints(
img1, kp1, None, flags=cv.DRAW_MATCHES_FLAGS_DRAW_RICH_KEYPOINTS)
cv.imshow("SIFT Keypoints", imgSift)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment