摘要: 一、图像平移 二、图像水平镜像 三、图像垂直镜像 四、图像缩放 五、图像旋转(顺时针) 正确代码: import cv2 import math import numpy as np class Img: def __init__(self,image,rows,cols,center=[0,0]) 阅读全文
posted @ 2021-08-21 20:49 为红颜 阅读(3284) 评论(0) 推荐(0)