Skip to content

Instantly share code, notes, and snippets.

@aravindpai
Last active December 6, 2022 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save aravindpai/2caef2447e3c1ae6735837f64c2ac83f to your computer and use it in GitHub Desktop.
Save aravindpai/2caef2447e3c1ae6735837f64c2ac83f to your computer and use it in GitHub Desktop.
img_copy = np.copy(gray)
cv2.drawContours(img_copy, contours, -1, (0,255,0), 3)
plt.imshow(img_copy, cmap='gray')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment