Last active
December 6, 2022 10:49
-
-
Save aravindpai/2caef2447e3c1ae6735837f64c2ac83f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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