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