代码 import cv2 as cv src = cv.imread('./test.png', cv.IMREAD_COLOR) cv.imshow('input', src) dst1 = cv.flip