自适应中值滤波RAMF我要分享

Adaptive median filtering RAMF

matlab 滤波 适应 中值 RAMF

关注次数: 187

下载次数: 0

文件大小: 56.57 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

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

代码描述

中文说明:matlab练习程序(自适应中值滤波RAMF) 中值滤波是很经典的算法了。今天看论文又知道还有一种叫自适应中值滤波的算法RAMF。原论文在这里。RA


English Description:

MATLAB training program (RAMF Adaptive median filter) algorithm of median filtering is a very classic. Papers today and know that there is something called Adaptive median filter algorithm RAMF. Original article here. RAMF mainly through the following two steps to process the image. 1. first determine the maximum radius of filtering and image filtering using a suitable radius r. Calculates the current Imin,Imax,Imed of the pixel filter radius, and then determine whether the Imed [Imin,Imax], if it is down, or expanding the current radius of RADIUS r to continue filtering until r is equal to the maximum filtering. 2. should the currently processed pixel IMG (i,j) [Imin,Imax], and the output the current pixel, the output pixel in the current filter radius Imed.


代码预览