Skip to content

Instantly share code, notes, and snippets.

@andijakl
Created November 23, 2020 14:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andijakl/5f8562fd9216f3bd33067a5181589c4e to your computer and use it in GitHub Desktop.
Save andijakl/5f8562fd9216f3bd33067a5181589c4e to your computer and use it in GitHub Desktop.
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