CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 自适应中值滤波器

搜索资源列表

  1. adapt_median_filter

    1下载:
  2. 《数字图像处理》第二版(冈萨雷斯)自适应中值滤波器实现
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-17
    • 文件大小:746
    • 提供者:Zhym
  1. sel

    1下载:
  2. matlab源程序,自适应中值滤波器算法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2697
    • 提供者:chengxuyuan
  1. image_inhancement

    1下载:
  2. 基于Matlab的典型图像增强算法的源码 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:22160
    • 提供者:panghuanzhi
  1. adpmedian

    0下载:
  2. 自适应中值滤波器MATLAB中M文件源程序-adpmedian
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:842
    • 提供者:anran
  1. adamedianfilt

    1下载:
  2. 自适应中值滤波器的滤波方式和传统的中值滤波器一样,都使用一个矩形区域的窗口Sxy,不同的是在滤波过程中,自适应滤波器会根据一定的设定条件改变(即增加)滤窗的大小,同时当判断滤窗中心的像素是噪声时,该值用中值代替,否则不改变其当前像素值,这样用滤波器的输出来替代像素(x,y)处(即目前滤窗中心的坐标)的值。-Adaptive Median Filter for filtering methods and the same as the traditional median filter, use
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1110
    • 提供者:王舵
  1. adpmedian_fliter

    0下载:
  2. 冈萨雷斯的《数字图像处理》作业,自适应门限的中值滤波器用Matlab实现,用于图像增强,去噪-Gonzalez' s " digital image processing" operations, adaptive threshold median filter realization using Matlab for image enhancement, noise reduction
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:75600
    • 提供者:angelammo
  1. 200503-95

    0下载:
  2. 为了弥补传统中值滤波器在进行图像降噪处理中的不足,在图像降噪技术中应用了自适应中值滤波器。文中重点介绍了自适应中值滤波器的工作原理并在Matlab平台上进行了仿真试验,与传统中值滤波器进行了比较,计算机仿真结果表明在对密度较大的椒盐噪声进行滤波时,自适应中值滤波较传统中值滤波具有较大的优越性。-To remedy disadvantage of traditional median filtering algorithms in image denoise ,adaptive median fi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1158665
    • 提供者:王黎
  1. ImgSmooth

    0下载:
  2. 简单的图像平滑去噪,如自适应中值滤波,稳健的平滑滤波器等-it is a programm that can reduce the noise in the digital picture,i think it is helpful to you, may be.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8553819
    • 提供者:超人
  1. The-regional-adaptive-median-filter

    0下载:
  2. 区域自适应中值滤波器在数字图像处理中的应用,针对椒盐噪声的强弱处理,可能过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
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:1159
    • 提供者:libing hu
  1. adpmedian

    0下载:
  2. 自适应中值滤波器,能够根据被滤波区域的图像特性自适应的选择滤波器窗口-Adaptive median filter, according to the image characteristics of the filter region of the adaptive selection of the filter window.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:887
    • 提供者:小闽
  1. zsy

    0下载:
  2. 中值滤波窗口大小影响滤波器性能,3×3滤波窗口可以很好地保持图像细节。提出一种新的自适应中值滤波方法。将3×3窗口中心的极值点作为候选噪声点,若候选噪声点仍然是7×7窗口的极值点,则该点即是噪声点。若以噪声点为中心的3×3滤波窗口的中值不是噪声,则噪声用中值替换。重复以上过程,直到没有噪声点被替换。-Median filter window size affect the filter performance, 33 filter window can be well preserving im
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:772311
    • 提供者:lmq
  1. zishizhongzhi

    0下载:
  2. 自适应中值滤波器的代码,最大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
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1707
    • 提供者:李政
  1. shiyan7

    0下载:
  2. 数字图像处理 自适应中值滤波器和中值滤波器的比较 Smax=7- digital image processing median filter and adaptive median filter
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5840330
    • 提供者:ak
  1. SAMF

    0下载:
  2. 自适应中值滤波器在图像降噪方面的应用,实现参数适时改变,算法及代码。-Adaptive median filter in image noise reduction, to achieve timely change parameters, algorithms and code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:12352
    • 提供者:asd
  1. Adaptive-Median-filter

    0下载:
  2. 自己写的自适应中值滤波器,方法比较粗暴应该很容易读懂,效果嘛不怎么好,有兴趣的自己下来看看吧。-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.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:731732
    • 提供者:bambooworm
  1. adaptive-midfilter

    0下载:
  2. 自己编写的自适应中值滤波器,对去除图像噪声有一定效果-adaptive midfilter ,help to suppress the noise of images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:49786
    • 提供者:刘保成
  1. my-adaptive-midfilter

    0下载:
  2. 自己改编的自适应中值滤波器,有一定滤波功能-my adaptive midfilter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:49943
    • 提供者:刘保成
  1. tofloat_and_adpmedian

    0下载:
  2. 自适应中值滤波器 该滤波器与中值滤波器相比,功能有很大的改善,但函数要复杂了很多(adapt median filter ,this filter compared with median filter, it is much improved in the resulted image.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:liujiang111
  1. image-denoising

    1下载:
  2. 图像去噪算法研究,包括均值滤波、高斯滤波、中值滤波、自适应中值滤波、巴特沃斯低通滤波器、小波阈值去噪算法(Image denoising algorithms)
  3. 所属分类:图形图像处理

    • 发布日期:2020-07-19
    • 文件大小:4096
    • 提供者:xiaosanba
  1. 图像去噪

    1下载:
  2. 图像去噪,自适应门限中值滤波器代码,实现在matlab开发环境(Image denoising, adaptive threshold median filter code, to achieve in the MATLAB development environment)
  3. 所属分类:图形图像处理

    • 发布日期:2020-11-06
    • 文件大小:142336
    • 提供者:blackwhitem
« 12 3 »
搜珍网 www.dssz.com