matlab练习程序(双边滤波)我要分享

MATLAB training programs (bilateral filtering)

matlab

关注次数: 191

下载次数: 0

文件大小: 25.96 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:matlab练习程序(双边滤波) 双边滤波模板主要有两个模板生成,第一个是高斯模板,第二个是以灰度级的差值作为函数系数生成的模板。然后这两个模板点乘就得到了最终的双边滤波模板。 第一个模板是全局模板,所以只需要生成一次。第二个模板需要对每个像素都计算一次,所以需要放到循环的里面来生成,这很像 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报


English Description:

MATLAB training programs (bilateral filtering) bilateral filter templates for two main template, first is the Gaussian profile, the second is based on gray level difference as generated by the coefficients of the function template. And these two templates dot get the final bilateral filter templates. First templates are global templates, so only need to build it once. Second template need to be calculated for each pixel, so it needs to be on the inside of the loop to generate, much like the surface blur. Oh, and surface blur is to use a censoring filter.


代码预览