CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 自适应中值滤波器

搜索资源列表

  1. adapt_median_filter

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

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

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

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

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

    • 发布日期:2017-03-25
    • 文件大小:842byte
    • 提供者: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-03
    • 文件大小:1.08kb
    • 提供者:王舵
  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-24
    • 文件大小:73.83kb
    • 提供者: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
    • 文件大小:1.1mb
    • 提供者:王黎
  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
    • 文件大小:1.13kb
    • 提供者: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-23
    • 文件大小:887byte
    • 提供者:小闽
  1. ConsoleApplication11

    0下载:
  2. 利用OPENCV对图像进行加噪(均匀、椒盐)处理,并利用滤波器(修正的阿尔法均值滤波器、自适应中值滤波器)进行滤波 我配置的环境是vs2012+opencv2.0-The image noise by using the OPENCV (uniform, salt and pepper), and use the filter (modified Alfa mean filter, adaptive median filter) environmental filtering I configu
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:5.88mb
    • 提供者:杨光
  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-13
    • 文件大小:1.67kb
    • 提供者:李政
  1. shiyan7

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

    • 发布日期:2017-05-20
    • 文件大小:5.57mb
    • 提供者:ak
  1. deal-picture

    0下载:
  2. 使用自适应中值滤波器对图像做预处理,实现图像的消噪-Use adaptive median filter to the image preprocessing, to achieve image denoising
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:891byte
    • 提供者:guo
  1. SAMF

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

    • 发布日期:2017-04-26
    • 文件大小:12.06kb
    • 提供者: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
    • 文件大小:714.58kb
    • 提供者:bambooworm
  1. adaptive-midfilter

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

    • 发布日期:2017-05-01
    • 文件大小:48.62kb
    • 提供者:刘保成
  1. my-adaptive-midfilter

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

    • 发布日期:2017-05-01
    • 文件大小:48.77kb
    • 提供者:刘保成
  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-18
    • 文件大小:1kb
    • 提供者:liujiang111
  1. M

    0下载:
  2. 本程序利用为自适应中值滤波器的实现,可用于图像去噪(An image noise reduction algorithm)
  3. 所属分类:图形图象

    • 发布日期:2017-12-29
    • 文件大小:19kb
    • 提供者:220681
  1. 均值滤波和中值滤波.doc

    1下载:
  2. 均值滤波和中值滤波 图像是一种重要的信息源,通过图像处理可以帮助人们了解信息的内涵,然而在图像使用和传输过程中,不可避免会受到噪声的干扰,因此为了恢复原始图像,达到好的视觉效果,需要对图像进行滤波操作。根据噪声种类不同,可以采用不同的滤波方法,均值滤波是典型的线性滤波算法,能够有效滤波图像中的加性噪声,而中值滤波器是能够有效滤除脉冲噪声的非线性滤波器,但传统中值滤波去脉冲噪声的性能受滤波窗口尺寸的影响较大, 在抑制图像噪声和保护细节两方面存在矛盾。本文首先对不同均值滤波器在处理不同噪声方面的优
  3. 所属分类:图形图象

    • 发布日期:2019-09-18
    • 文件大小:934kb
    • 提供者:DDL_纵横
  1. image-denoising

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

    • 发布日期:2020-07-20
    • 文件大小:4kb
    • 提供者:xiaosanba
« 12 3 »
搜珍网 www.dssz.com