文件名称:bilateralFilter.m
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Text]
- 上传时间:
- 2016-02-13
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- liu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
双边滤波模板主要有两个模板生成,第一个是高斯模板,第二个是以灰度级的差值作为函数系数生成的模板。然后这两个模板点乘就得到了最终的双边滤波模板。第一个模板是全局模板,所以只需要生成一次。第二个模板需要对每个像素都计算一次,所以需要放到循环的里面来生成。-There are two main bilateral filtering template template generation, the first one is the Gaussian template, and the second is the gray level as a function of the difference between the coefficient generation templates. Then both templates dot get the final bilateral filtering template. The first template is a global template, so only need to be generated once. The second template required for each pixel is calculated once, we need to put inside the loop to generate.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bilateralFilter.m.txt