Create an image using numpy zeros method. import numpy as np. import cv2. img = np.zeros([512, 512, 3], np.uint8). img = cv2.circle(img, (200, 200), 100, ...
確定! 回上一頁