import numpy as np import cv2 img = np.zeros((400, 400, 3), np.uint8) img.fill(90) # 文字 text = 'Hello, OpenCV!' # 使用各種字體 cv2.
確定! 回上一頁