1. 首页
  2. 数据库
  3. 其它
  4. 高斯滤波GaussianBlur()中参数详解

高斯滤波GaussianBlur()中参数详解

上传者: 2020-12-23 05:23:25上传 PDF文件 45KB 热度 21次
高斯滤波GaussianBlur()中参数详解: 高斯滤波是应用于图像处理,对图像进行滤波操作(平滑操作、过滤操作,去噪操作) 在python中的格式为: cv2.GaussianBlur( SRC,ksize,sigmaX [,DST [,sigmaY [,borderType ] ] ] ) →DST 在c++中的格式为: void GaussianBlur( InputArray src,OutputArray dst,Size ksize,double sigmaX,double sigmaY = 0,int borderType = BORDER_DEFAULT ) 其中我们最常用到
下载地址
用户评论