Skip to content

Instantly share code, notes, and snippets.

@Ruqyai
Created March 14, 2020 11:48
Show Gist options
  • Select an option

  • Save Ruqyai/3e29c6918fd2639c489fcda554ae47ce to your computer and use it in GitHub Desktop.

Select an option

Save Ruqyai/3e29c6918fd2639c489fcda554ae47ce to your computer and use it in GitHub Desktop.
# نرسم دائرة على الصورة
# ندخل اسم الصورة ،احداثيات ، نصف القطر، اللون
show= cv2.circle(show_img,(120, 150), 120, (221,160,221), -1)
fig = plt.figure(figsize=(5, 5))
plt.axis('off')
plt.imshow(show)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment