平滑中保留图像边缘的双边滤波器实现我要分享

Implementation of bilateral filter preserving image edge in smoothing

matlab

关注次数: 221

下载次数: 0

文件大小: 102.55 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:图像双边滤波的实现,既可以对灰度图像滤波,又可以对彩色图像滤波。经滤波后图像同质区域被平滑,而边缘得到了保留。


English Description:

The realization of image bilateral filtering can filter both gray image and color image. After filtering, the homogeneous region of the image is smoothed and the edge is preserved.


代码预览