import cv2 import numpy as np img_size = (400, 400) img = np.zeros(img_size, dtype=np.uint8) wo