搜索资源列表
adapt_median_filter
- 《数字图像处理》第二版(冈萨雷斯)自适应中值滤波器实现
sel
- matlab源程序,自适应中值滤波器算法
image_inhancement
- 基于Matlab的典型图像增强算法的源码 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
adpmedian
- 自适应中值滤波器MATLAB中M文件源程序-adpmedian
adamedianfilt
- 自适应中值滤波器的滤波方式和传统的中值滤波器一样,都使用一个矩形区域的窗口Sxy,不同的是在滤波过程中,自适应滤波器会根据一定的设定条件改变(即增加)滤窗的大小,同时当判断滤窗中心的像素是噪声时,该值用中值代替,否则不改变其当前像素值,这样用滤波器的输出来替代像素(x,y)处(即目前滤窗中心的坐标)的值。-Adaptive Median Filter for filtering methods and the same as the traditional median filter, use
adpmedian_fliter
- 冈萨雷斯的《数字图像处理》作业,自适应门限的中值滤波器用Matlab实现,用于图像增强,去噪-Gonzalez' s " digital image processing" operations, adaptive threshold median filter realization using Matlab for image enhancement, noise reduction
200503-95
- 为了弥补传统中值滤波器在进行图像降噪处理中的不足,在图像降噪技术中应用了自适应中值滤波器。文中重点介绍了自适应中值滤波器的工作原理并在Matlab平台上进行了仿真试验,与传统中值滤波器进行了比较,计算机仿真结果表明在对密度较大的椒盐噪声进行滤波时,自适应中值滤波较传统中值滤波具有较大的优越性。-To remedy disadvantage of traditional median filtering algorithms in image denoise ,adaptive median fi
ImgSmooth
- 简单的图像平滑去噪,如自适应中值滤波,稳健的平滑滤波器等-it is a programm that can reduce the noise in the digital picture,i think it is helpful to you, may be.
The-regional-adaptive-median-filter
- 区域自适应中值滤波器在数字图像处理中的应用,针对椒盐噪声的强弱处理,可能过matlab仿真得出明显的效果展示-The regional adaptive median filter in digital image processing, for the strength of the salt and pepper noise processing, may be too matlab simulation draw the obvious effect of display
adpmedian
- 自适应中值滤波器,能够根据被滤波区域的图像特性自适应的选择滤波器窗口-Adaptive median filter, according to the image characteristics of the filter region of the adaptive selection of the filter window.
zsy
- 中值滤波窗口大小影响滤波器性能,3×3滤波窗口可以很好地保持图像细节。提出一种新的自适应中值滤波方法。将3×3窗口中心的极值点作为候选噪声点,若候选噪声点仍然是7×7窗口的极值点,则该点即是噪声点。若以噪声点为中心的3×3滤波窗口的中值不是噪声,则噪声用中值替换。重复以上过程,直到没有噪声点被替换。-Median filter window size affect the filter performance, 33 filter window can be well preserving im
zishizhongzhi
- 自适应中值滤波器的代码,最大9窗口和3*3标准中值滤波窗口结果对比-The adaptive median filter code, up to nine 3* 3 window, and the result of comparison of the value of the standard filter window
shiyan7
- 数字图像处理 自适应中值滤波器和中值滤波器的比较 Smax=7- digital image processing median filter and adaptive median filter
SAMF
- 自适应中值滤波器在图像降噪方面的应用,实现参数适时改变,算法及代码。-Adaptive median filter in image noise reduction, to achieve timely change parameters, algorithms and code.
Adaptive-Median-filter
- 自己写的自适应中值滤波器,方法比较粗暴应该很容易读懂,效果嘛不怎么好,有兴趣的自己下来看看吧。-The methods of adaptive median filter write by myself, should be easy to read, the effect is not so good, so if you interested about it, your can down and have a look.
adaptive-midfilter
- 自己编写的自适应中值滤波器,对去除图像噪声有一定效果-adaptive midfilter ,help to suppress the noise of images
my-adaptive-midfilter
- 自己改编的自适应中值滤波器,有一定滤波功能-my adaptive midfilter
tofloat_and_adpmedian
- 自适应中值滤波器 该滤波器与中值滤波器相比,功能有很大的改善,但函数要复杂了很多(adapt median filter ,this filter compared with median filter, it is much improved in the resulted image.)
image-denoising
- 图像去噪算法研究,包括均值滤波、高斯滤波、中值滤波、自适应中值滤波、巴特沃斯低通滤波器、小波阈值去噪算法(Image denoising algorithms)
图像去噪
- 图像去噪,自适应门限中值滤波器代码,实现在matlab开发环境(Image denoising, adaptive threshold median filter code, to achieve in the MATLAB development environment)