[PYTHON] Image reading memo

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

Image reading memo
Image addition memo in reportlab
[Reading memo] Linux standard textbook (Chapter 7-8)
Raspberry-pi memo
Pandas memo
HackerRank memo
python memo
graphene memo
Flask memo
Matplotlib memo
"System trade starting with Python3" reading memo
pytest memo
sed memo
Python memo
Install Memo
networkx memo
python memo
tomcat memo
command memo
Generator memo.
psycopg2 memo
Python memo
SSH memo
Image recognition
Command memo
Image sending / receiving memo in Python (Flask)
Memo: rtl8812
pandas memo
CG image quality evaluation memo in Python
Image crawler
Shell memo
Python memo
Pycharm memo
Python memo
Deep Learning from scratch Chapter 2 Perceptron (reading memo)
Reading and writing fits files with Python (memo)