import cv2 import numpy as np # 讀取圖片 img = cv2.imread('image.png') # 定義圖片的高度 height = img.shape[0] # 定義圖片的寬度 width ...
確定! 回上一頁