头像

Y_小曦

帅气的我简直无法用语言描述!

PIL.IMAGE和OPENCV互换【python】

PIL2Opencv: import cv2 from PIL import Image import numpy image = Image.open("plane.jpg") image.show...
头像12小时前
000