Skip to content

Instantly share code, notes, and snippets.

@aravindpai
Created April 28, 2020 18:39
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 aravindpai/cd26440addfd8e9d3abe8395453b4f2e to your computer and use it in GitHub Desktop.
Save aravindpai/cd26440addfd8e9d3abe8395453b4f2e to your computer and use it in GitHub Desktop.
img = cv2.imread('frames/30.png')
_ = cv2.rectangle(img, (x1, y1), (x2, y2), (255,0,0), 2)
plt.figure(figsize=(20,10))
plt.imshow(img)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment