[PYTHON] Mémo de lecture d'image

from matplotlib import pyplot as plt
import cv2
img = cv2.imread("/content/test_images/test_1016805_0080.jpg ")
img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB)
plt.imshow(img)

Recommended Posts

Mémo de lecture d'image
Mémo d'ajout d'image dans reportlab
[Note de lecture] Manuel standard Linux (Chapitre 7-8)
Mémo Raspberry-pi
Mémo Pandas
Mémo HackerRank
mémo python
mémo graphène
Mémo du flacon
Mémo Matplotlib
"Commerce du système à partir de Python3" lecture du mémo
mémo pytest
mémo sed
Mémo Python
Installer Memo
mémo networkx
mémo python
mémo Tomcat
mémo de commande
Mémo du générateur.
mémo psycopg2
Mémo Python
Mémo SSH
Reconnaissance d'image
Mémo pour l'envoi et la réception d'images avec Python (Flask)
Mémo: rtl8812
mémo pandas
Notes d'évaluation de la qualité d'image CG en Python
Explorateur d'images
Mémo Shell
Mémo Python
Mémo Pycharm
Deep Learning from scratch Chapter 2 Perceptron (lecture du mémo)
La lecture et l'écriture s'adaptent aux fichiers avec Python (mémo)