Briller la vie avec Python et OpenCV

Tout d'abord, l'image blanche de l'arrière-plan

import numpy as np
import matplotlib.pyplot as plt
import cv2

# back groud
back = np.ones((512, 512, 3), np.uint8) * 255

download.png

Corps de vie suivant

# red circle
cv2.circle(back, (80, 160), 53, (231, 0, 18), -1)
cv2.circle(back, (160, 186), 47, (231, 0, 18), -1)
cv2.circle(back, (162, 115), 47, (231, 0, 18), -1)
cv2.circle(back, (225, 60), 50, (231, 0, 18), -1)
cv2.circle(back, (330, 90), 65, (231, 0, 18), -1)
cv2.ellipse(back, (380, 170), (76, 36), 0, 0, 360, (231, 0, 18), -1)
cv2.ellipse(back, (370, 250), (45, 55), 0, 0, 360, (231, 0, 18), -1)
cv2.ellipse(back, (352, 350), (70, 65), 0, 0, 360, (231, 0, 18), -1)
cv2.circle(back, (262, 422), 66, (231, 0, 18), -1)
cv2.circle(back, (170, 408), 46, (231, 0, 18), -1)
cv2.ellipse(back, (128, 340), (30, 54), 0, 0, 360, (231, 0, 18), -1)
cv2.circle(back, (95, 258), 60, (231, 0, 18), -1)

plt.imshow(back)
plt.show();

download-1.png

Enfin les yeux!

# eyes
cv2.circle(back, (68, 152), 28, (255, 255, 255), -1)
cv2.circle(back, (56, 144), 13, (29, 143, 255), -1)

cv2.circle(back, (350, 70), 28, (255, 255, 255), -1)
cv2.circle(back, (360, 60), 13, (29, 143, 255), -1)

cv2.circle(back, (350, 70), 28, (255, 255, 255), -1)
cv2.circle(back, (360, 60), 13, (29, 143, 255), -1)

cv2.ellipse(back, (378, 355), (33, 30), 0, 0, 360, (255, 255, 255), -1)
cv2.circle(back, (392, 350), 15, (29, 143, 255), -1)

cv2.circle(back, (253, 442), 25, (255, 255, 255), -1)
cv2.circle(back, (253, 454), 10, (29, 143, 255), -1)

cv2.circle(back, (253, 442), 25, (255, 255, 255), -1)
cv2.circle(back, (253, 454), 10, (29, 143, 255), -1)

cv2.circle(back, (105, 275), 26, (255, 255, 255), -1)
cv2.circle(back, (103, 263), 12, (29, 143, 255), -1)

plt.imshow(back)
plt.show();

download-2.png

La naissance d'une vie merveilleusement brillante! Célébration Osaka Expo: qiitan-cry:

Recommended Posts

Briller la vie avec Python et OpenCV
Réseau neuronal avec OpenCV 3 et Python 3
Capturer des images avec Pupil, python et OpenCV
Binarisation avec OpenCV / Python
Hello World et détection de visage avec OpenCV 4.3 + Python
Installez OpenCV 4.0 et Python 3.7 sur Windows 10 avec Anaconda
Correspondance des fonctionnalités avec OpenCV 3 et Python 3 (A-KAZE, KNN)
Programmation avec Python et Tkinter
Chiffrement et déchiffrement avec Python
"Traitement Apple" avec OpenCV3 + Python3
Python et matériel - Utilisation de RS232C avec Python -
Édition d'image avec python OpenCV
Capture de caméra avec Python + OpenCV
[Python] Utilisation d'OpenCV avec Python (basique)
Détection de visage avec Python + OpenCV
python avec pyenv et venv
Utiliser OpenCV avec Python @Mac
Fonctionne avec Python et R
Ubuntu 20.04 sur raspberry pi 4 avec OpenCV et utilisation avec python
[Python] Taille d'image de la caméra Web et paramètres FPS avec OpenCV
Chargement / affichage et accélération de gif avec python [OpenCV]
Communiquez avec FX-5204PS avec Python et PyUSB
Construction d'environnement de python et opencv
Robot fonctionnant avec Arduino et python
Installez Python 2.7.9 et Python 3.4.x avec pip.
[Python] Utilisation d'OpenCV avec Python (filtrage d'image)
Modulation et démodulation AM avec python
Scraping avec Node, Ruby et Python
[Python] Utilisation d'OpenCV avec Python (transformation d'image)
Grattage avec Python, Selenium et Chromedriver
[Python] Utilisation d'OpenCV avec Python (détection des bords)
Grattage avec Python et belle soupe
Encodage et décodage JSON avec python
Introduction à Hadoop et MapReduce avec Python
Programmation facile Python + OpenCV avec Canopy
[GUI en Python] PyQt5-Glisser-déposer-
Jeu de vie avec Python! (Le jeu de la vie de Conway)
Lire et écrire NetCDF avec Python
Essayez la reconnaissance faciale avec python + OpenCV
Découpez le visage avec Python + OpenCV
Reconnaissance faciale avec caméra avec opencv3 + python2.7
J'ai joué avec PyQt5 et Python3
Charger une image gif avec Python + OpenCV
Lire et écrire du CSV avec Python
Trouver la similitude d'image avec Python + OpenCV
Utiliser OpenCV avec Python 3 dans Window
Intégration multiple avec Python et Sympy
Convertir une vidéo en noir et blanc avec ffmpeg + python + opencv
Dessinez une illustration avec Python + OpenCV
Coexistence de Python2 et 3 avec CircleCI (1.0)
Suivre les balles de baseball avec Python + OpenCV
Segmentation basée sur un graphique avec Python + OpenCV
Dessinez des figures avec OpenCV et PIL
Jeu Sugoroku et jeu d'addition avec Python
Modulation et démodulation FM avec Python
Dessinez une flèche (vecteur) avec opencv / python
Etude de base d'OpenCV avec Python
Interpolation automatique des images avec OpenCV et Python (méthode de marche rapide, Navier-Stokes)
Créez une illusion rayée avec correction gamma pour Python3 et openCV3