Skip to content

Instantly share code, notes, and snippets.

@prateekjoshi565
Created April 20, 2020 09:40
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 prateekjoshi565/322bdd483df2c411aa32943f33aa4cc0 to your computer and use it in GitHub Desktop.
Save prateekjoshi565/322bdd483df2c411aa32943f33aa4cc0 to your computer and use it in GitHub Desktop.
dmy = col_images[13].copy()
cv2.drawContours(dmy, valid_cntrs, -1, (127,200,0), 2)
cv2.line(dmy, (0, 80),(256,80),(100, 255, 255))
plt.imshow(dmy)
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment