摘要: import cv2 import numpy as np def euler_view_transformation(image, angle, scale, dx, dy): # 获取图像尺寸 (h, w) = image.shape[:2] # 设置旋转矩阵 center = (w // 2, 阅读全文
posted @ 2024-06-30 21:37 西北逍遥 阅读(1) 评论(0) 推荐(0) 编辑