image = cv2.imread('D:/photo/a.png')cv2.rectangle(image, (232, 198), (258, 162), (0, 0, 255), 2)keyboard.wait('esc')
收起
报告相同问题?