1. 首页
  2. 移动开发
  3. 其他
  4. 双边滤波matlab实现

双边滤波matlab实现

上传者: 2020-07-16 05:07:11上传 WPS文件 47.5KB 热度 28次
%A为给定图像,归一化到[0,1]的矩阵 %W为双边滤波器(核)的边长/2 function B = bfilter2(A,w,sigma)% Pre-process input and select appropriate filter. % Verify that the input image exists and is valid. if~exist('A','var') || isempty(A)
下载地址
用户评论
码姐姐匿名网友 2020-07-16 05:07:11

可以用,跟我以前下过的一个一模一样!

码姐姐匿名网友 2020-07-16 05:07:11

可以用的,就是运行效率不高