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

搜索资源列表

  1. tuxaingchulishiiyan

    1下载:
  2. 对一副测试图像进行加各种噪声,然后进行多帧平均,中值滤波,均值滤波,维纳滤波,理想低通滤波,巴特沃斯低通,带通滤波,自适应滤波九种方法处理,并分析结果,得出各种滤波方法的优缺点。包括实验报告-Plus a pair of test images of all kinds of noise, and then multi-frame averaging, median filtering, mean filtering, Wiener filter, the ideal low-pass filt
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:341276
    • 提供者:zhangjiahui
  1. lvboquzao

    2下载:
  2. 代码包括开关中值滤波、极值中值滤波、自适应中值滤波的M文件源码,程序效果跟论文中的效果差不多。-Code including the switching median filter, extreme median filtering, adaptive median filter M-file source code, the program effect is almostthe effect of the paper
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4549877
    • 提供者:wang
  1. Code

    1下载:
  2. 改程序包里包含中值、均值滤波、自适应中值滤波和一种改进的椒盐噪声滤波程序,前三种是给第四种作对比的,第四种方法对椒盐滤除效果很好。-Change the program package contains the value, mean filtering, adaptive median filter and an improved impulse noise filtering program is the first three compare to the fourth, the four
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4827
    • 提供者:刘剑桥
  1. zishiyinglvboyingyong

    0下载:
  2. 自适应滤波的课件,有需要的可以下载下来参考学习-Adaptive filtering courseware, there is a need to learn can be downloaded for reference
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:484487
    • 提供者:wangtan
  1. adaptive-median-filtering-method

    0下载:
  2. 这个程序是使用传统自适应中值滤波的方法对24位bmp进行处理的。-This program is the use of conventional adaptive median filtering method for processing 24-bit bmp.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4131329
    • 提供者:李宁
  1. BAH1

    1下载:
  2. 用卡尔曼滤波和自适应窗口的均值偏移算法再结合Bhattacharyya系数粗定位实现视频目标跟踪-Kalman filtering and adaptive window mean shift algorithm combined with coarse positioning Bhattacharyya coefficient for video tracking
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11788251
    • 提供者:HUBO
  1. 基于自适应同态滤波的薄云去除方法

    0下载:
  2. 基于自适应同态滤波的薄云去除方法,效果不错,值得借鉴-Haze removal based on adaptive homomorphic filtering method, good results, it is worth learning from
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-08
    • 文件大小:354646
    • 提供者:倪昊
  1. matlab程序

    0下载:
  2. 分别有三种不同的原始信号,分别在自适应滤波器下的滤波。(There are three different original signals, respectively, filtering under the adaptive filter.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:3072
    • 提供者:阿哥还是
  1. LMS

    0下载:
  2. LMS 自适应滤波器的算法实现和性能仿真代码,比较特征值扩散度和步长参数对滤波结果的影响。(LMS adaptive filter algorithm implementation and performance simulation code, compare the eigenvalues, diffusion and step size parameters on the filtering results.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:1024
    • 提供者:许大大
  1. 当前统计模型+跟踪+卡尔曼滤波

    1下载:
  2. 基于 “ 当前 ” 统计模型的自适应不敏卡尔曼滤波算法(Adaptive Unscented Kalman Filtering Algorithm Based on Current Statistical Model)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:546816
    • 提供者:qianqian82518
  1. 自适应中值滤波

    0下载:
  2. 自适应中值滤波在matlab平台上的实现(Implementation of adaptive median filtering in Matlab platform)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-16
    • 文件大小:1442816
    • 提供者:Yizhi
  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. Lee filter for speckle noise reduction

    1下载:
  2. 在自适应中值滤波的基础上,采用均值与方差得到一个阈值,来判断极值点是不是噪声点!(On the basis of adaptive median filtering, a threshold is obtained by means of mean and variance to determine whether the extreme point is a noise point!)
  3. 所属分类:图形图象

  1. 图像去噪

    0下载:
  2. 维纳滤波和均值滤波,及利用自适应维纳滤波的图像去噪MATLAB代码,效果优于维纳滤波(Using adaptive Wiener filtering for image denoising MATLAB code, the effect is better than Wiener filtering)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:2048
    • 提供者:Eatin
  1. 一种新型自适应卡尔曼滤波算法

    0下载:
  2. 自适应卡尔曼滤波,一种新型的自适应卡尔曼滤波,方法分析(AKEF,it is a new method of kalman filter.this profile introduces how it comes and how it works)
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2018-01-10
    • 文件大小:371712
    • 提供者:FacetiousGod
  1. 新建 Microsoft Word 文档

    1下载:
  2. 程序为自适应中值滤波程序,对图像椒盐噪声能够很好的去除,效果良好,并包含与普通中值滤波程序相比。(The program is an adaptive median filter, which can be used to remove salt and pepper noise well, and it has a good effect, and is compared with the ordinary median filter program.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:13312
    • 提供者:躲躲躲
  1. MSR

    1下载:
  2. 采用多尺度引导滤波的自适应retienx算法,实现不同光照条件下的图像增强(Adaptive retienx algorithm using multiscale guided filtering to achieve image enhancement under different illumination conditions)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:安你个头
  1. adapt_mid_filter

    0下载:
  2. 实现自适应中值滤波,边缘问题采用复制边缘像素的方法。(Achieve adaptive median filtering, and the edge problem uses a method of copying edge pixels)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:cenxing
  1. 彩色边缘检测和自适应中值滤波

    0下载:
  2. 利用MATLAB进行彩色边缘检测和自适应中值滤波(Using MATLAB for Color Edge Detection)
  3. 所属分类:图形图象

« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com