Python OpenCV实例:图像重映射 #coding:utf-8'''图像重映射'''import cv2import numpy as npsrc = cv2.imread('datas/l1.jpg')rows,cols,channels = src.shapeimg_x = np.zeros((rows,... Other 2023-09-07 40 点赞 0 评论 60 浏览