import numpy as np import cv2 # 建立一張512x512 的RGB 圖片(黑色) img = np.zeros((256, 256, 3), np.uint8) # 將圖片用淺灰色(200, 200, ...
確定! 回上一頁