Python-OpenCV 筆記8 -- PIL.Image和OpenCV圖像格式轉換

Python-OpenCV 筆記8 – PIL.Image和OpenCV圖像格式轉換 一、PIL.Image 轉 OpenCV import cv2 from PIL import Image import numpy # 用 PIL.Image 打開圖片 image = Image.open('1.jpg') # 轉爲 OpenCV 圖像格式 img = cv2.cvtColor(nump
相關文章
相關標籤/搜索