​双边滤波代码我要分享

Bilateral filtering code

双边滤波方法 Bilateral-Filtering 空域矩阵

关注次数: 337

下载次数: 0

文件大小: 76KB

代码分类: 图像处理

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

双边滤波代码,双边滤波是一种非线性的方法,同时考虑到了图像的空域信息和灰度相似性,以达到保边去噪的目的.双边滤波通过空域矩阵和值域矩阵形成一个新的权重矩阵,其中空域矩阵用来模糊去噪;值域矩阵用来保护边缘.


English Description:

Bilateral-Filtering code.Bilateral filtering is a nonlinear method, which takes into account the spatial information and gray similarity of the image to achieve the purpose of edge preserving denoising.The range matrix is used to protect edges.


代码预览

Bilateral-Filtering-master

Bilateral-Filtering-master\PSNR.m

Bilateral-Filtering-master\README.md

Bilateral-Filtering-master\bilateralGrayscale.m

Bilateral-Filtering-master\bilateralRGB.m

Bilateral-Filtering-master\bilateral_each_channel.m

Bilateral-Filtering-master\bilateral_filtering.png