Created
March 14, 2020 11:48
-
-
Save Ruqyai/3e29c6918fd2639c489fcda554ae47ce to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # نرسم دائرة على الصورة | |
| # ندخل اسم الصورة ،احداثيات ، نصف القطر، اللون | |
| 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