摘要: import cv2 as cv import numpy as np from matplotlib import pyplot as plt # 没有缩放参数的简单均值滤波器 mean_filter = np.ones((3,3)) # 创建高斯滤波器 x = cv.getGaussianKer 阅读全文
posted @ 2020-06-04 15:32 雲淡風轻2020 阅读(460) 评论(0) 推荐(0)