代码 import cv2 as cv import numpy as np src = cv.imread('./bird.jpg') cv.namedWindow("input", cv.WINDOW_AUTOSIZE) cv.imshow