Skip to content

Instantly share code, notes, and snippets.

@letthedataconfess
Created September 19, 2021 07:53
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 letthedataconfess/c7559540b1f703eb148eb1024b247333 to your computer and use it in GitHub Desktop.
Save letthedataconfess/c7559540b1f703eb148eb1024b247333 to your computer and use it in GitHub Desktop.
edges = cv2.Canny(img,100,500)
plt.imshow(edges,cmap = 'gray')
plt.title('Edge Image'), plt.xticks([]), plt.yticks([])
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment