Skip to content

Instantly share code, notes, and snippets.

@letthedataconfess
Created September 19, 2021 07:51
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/3ecf0b78b036bc082fbee9fc70474c7d to your computer and use it in GitHub Desktop.
Save letthedataconfess/3ecf0b78b036bc082fbee9fc70474c7d to your computer and use it in GitHub Desktop.
edges = cv2.Canny(img,100,200)
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