自适应中值滤波我要分享

adaptive median filtering

关注次数: 145

下载次数: 0

文件大小: 2.04 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:函数对输入图像进行邻域窗口大小可变的自适应中值滤波,包含两个子程序,程序先执行排序,然后再进行中值滤波。对于图像处理效果不错,结果已经验证。


English Description:

The function performs an adaptive median filter with variable neighborhood window size on the input image, including two subroutines. The program performs sorting first, and then median filtering. For image processing effect is good, the results have been verified.


代码预览

相关推荐