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

搜索资源列表

  1. Reinforcement_Image

    1下载:
  2. C语言实现图像增强实例 源代码调用OpenCV的cxcore和highgui两个库,应用C语言编写,实现对经典图像——三人模糊图像效果的增强。代码中包含自适应中值滤波、灰度幂次变化、分段线性变换、平滑化处理、高增益滤波等图像增强算法的C语言实现,值得参考。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:58175
    • 提供者:Michael_M
  1. Chromosome_counter

    0下载:
  2. 数学形态学及相关算法的C语言实现实例 源代码调用OpenCV的cxcore和highgui两个库,应用C语言编写,实现对染色体图像中染色体数目的统计。代码中的核心算法为数学形态学的重要算法——开运算、闭运算(腐蚀和膨胀)。包含腐蚀处理、膨胀处理、自适应中值滤波、微分直方图法确定二值化阈值、种子填充算法等图像处理算法的C语言实现,值得参考。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:133744
    • 提供者:Michael_M
  1. ExImage.rar

    0下载:
  2. 1. ExImage是在DIB类的基础上,扩展了一些基本图像处理功能,除图像格式库外,所有图像处理算法均为自主开发,各处理算法可单独使用。 2. ExImage主要功能包括:颜色增强、校正、配准、拼接、复原、融合、分析、压缩编码等。 关键词:彩色图像处理、自适应中值滤波、图像增强、几何校正、图像配准、图像拼接、图像融合、图像压缩。 ,ExImage Image processing toolkit
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:3064649
    • 提供者:dmzy
  1. image_inhancement

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

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

    0下载:
  2. 中值滤波是常用的降噪算法,它可以保留比较尖锐的边界,但是却容易模糊图象的细节。尽管已经有一些改进 算法,但效果并不十分理想。文章介绍了一种保细节中值滤波算法,采用了多尺度多方向的窗口,根据图象各部分特性自 适应地选择窗口进行中值滤波。实验结果证明,文章的算法优于其他几种常用的中值滤波算法。 -Median filter is commonly used in noise reduction algorithm, which can retain relatively sharp bo
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:226929
    • 提供者:陈卿
  1. adaptive_median_filter

    1下载:
  2. 自适应中值滤波与中值滤波算法的比较,说明自适应中值滤波效果好。-Adaptive median filter and median filtering algorithm comparing the adaptive median filter shows good results.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:806
    • 提供者:jwr
  1. 1111867

    0下载:
  2. 自适应中值滤波算法,可以用于图像去噪,比传统的中值滤波效果更好,运行时间更短-Adaptive median filter algorithm can be used for image denoising, than the traditional median filter is better, shorter running time
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:479040
    • 提供者:galilio
  1. adpmedian

    0下载:
  2. 对彩图的中值滤波研究及算法改进,自适应中值滤波的原理及与传统算法的对比-Color pictures of the median filter and algorithm improvements, the principle of the adaptive median filter and contrast with the traditional algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:743
    • 提供者:王金
  1. AMF

    2下载:
  2. 自适应中值滤波-Chan R H, Ho C W, Nikolova M. Salt-and-pepper noise removal by median-type noise detectors and detail-preserving regularization[J]. IEEE Trans. Image Process, 2005, 14(10): 1479~1485. 该文献中自适应中值滤波算法代码-matlab code of adpative median filter
  3. 所属分类:Special Effects

    • 发布日期:2017-11-04
    • 文件大小:782
    • 提供者:lizuoyong
  1. med

    0下载:
  2. 改进型自适应中值滤波算法,比以往的自适应算法要好-Improved adaptive median filtering algorithm, adaptive algorithm is better than in the past
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:587
    • 提供者:伊天飘雪
  1. graddingfiler

    0下载:
  2. 该算法是在自适应中值滤波基础上改进而来,实现了滤除较高密度的椒盐噪声。若加权值改进后,效果会更好-This algorithm based on the AMF,which can filter better than the latter.If combined it with weights value, the effects will be better.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2249
    • 提供者:晏资余
  1. main

    0下载:
  2. 一个自适应中值滤波算法用于图像信号降噪处理的源代码-the source code of An adaptive median filter algorithm is used to deal with the image signal noise reduction
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:734
    • 提供者:王伟
  1. Medfilter_Self

    0下载:
  2. 自适应中值滤波,线性内插法等算法的自己实现以及其他一些重要的算法-Adaptive filtering, linear interpolation algorithm to achieve their own as well as some other important algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:22557
    • 提供者:陶程序员
  1. zao

    0下载:
  2. 该算法是自适应中值滤波算法,能有效去除图像上的脉冲噪声-The algorithm is adaptive median filtering algorithm can effectively remove impulse noise on the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1459
    • 提供者:刘佳桐
  1. acwmf

    1下载:
  2. 自适应中心加权中值滤波的实现方法,matlab文件(adaptive center median filter)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:60416
    • 提供者:zzl203
  1. AVMF

    1下载:
  2. 图像滤波经典算法:自适应中值滤波及其评价指标PSNR(Classical image filtering algorithm: adaptive median filtering and its evaluation index, peak signal to noise ratio)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:飘1
  1. 均值滤波和中值滤波.doc

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

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

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

    • 发布日期:2020-07-20
    • 文件大小:4096
    • 提供者:xiaosanba
  1. adpmedian

    1下载:
  2. 自适应中值滤波,在中值滤波算法的基础上对中值参数的选取可以根据具体条件自我修订,滤波效果更佳理想(Adaptive median filtering. On the basis of median filtering algorithm, the selection of median parameters can be self-modified according to specific conditions, and the filtering effect is better and i
  3. 所属分类:其他

    • 发布日期:2018-10-30
    • 文件大小:1024
    • 提供者:鸭梨??
  1. MATLAB实现自适应中值滤波源代码

    1下载:
  2. 本文提出了一种新的快速自适应加权中值滤波算法以提高中值滤波算法的性能。(A new fast adaptive weighted median filtering algorithm is proposed to improve the performance of the median filtering algorithm.)
  3. 所属分类:图形图像处理

    • 发布日期:2019-11-05
    • 文件大小:83968
    • 提供者:皮皮侠
« 12 »
搜珍网 www.dssz.com