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

搜索资源列表

  1. mean滤波.zip

    1下载:
  2. 均值滤波实现
  3. 所属分类:图形图象

    • 发布日期:
    • 文件大小:480
    • 提供者:
  1. 基于粒子滤波和均值偏移算法的目标跟踪

    1下载:
  2. 将均值偏移算法嵌入到粒子滤波的跟踪框架中.该算法克服了粒子滤波计算量较大的缺点,同时也克服了均值偏移算法容易陷入局部最大且无法恢复的缺点.实验表明该算法有很好的实时性和鲁棒性.
  3. 所属分类:文件格式

    • 发布日期:2008-04-19
    • 文件大小:917712
    • 提供者:yanggx
  1. morphologicalFiler_vc

    0下载:
  2. 包括均值滤波,中值滤波,灰度形态学滤波,高斯低通滤波,统计滤波等-图像平滑与去噪,-Including the mean filter, median filter, grayscale morphological filtering, Gaussian low-pass filtering, statistical filtering- smoothing and denoising,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:116998
    • 提供者:lfc
  1. daima

    0下载:
  2. 对一张完整的图像进行均值滤波增强等操作代码-On a complete image enhancement operations such as mean filtering code
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:802
    • 提供者:王星龙
  1. matlab

    0下载:
  2. 对一会度图片加入高斯噪声和椒盐噪声,并进行中值滤波和均值滤波处理-Degree of a picture will be added Gaussian noise and salt and pepper noise and median filter and mean filter processing
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:399335
    • 提供者:李明
  1. shi

    0下载:
  2. 基于vb的数字图形图像的噪声滤除,中值滤波,均值滤波,椒盐噪声等功能。-Vb-based digital graphic image noise filtering, median filtering, average filtering, salt and pepper noise and other functions.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:91409
    • 提供者:snow
  1. junzhilvbo

    0下载:
  2. 对图像进行均值滤波:加入椒盐噪声、高斯噪声,并进行处理(Average filtering of images: adding salt and pepper noise, Gauss noise,)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:272384
    • 提供者:JKoer
  1. mean

    0下载:
  2. 通过均值滤波实现图形的平滑作用,效果较明显。(Through the mean filter to achieve the smooth effect of graphics, the effect is more obvious.)
  3. 所属分类:matlab例程

  1. 滤波

    0下载:
  2. 提供5种滤波算法,分别是//方框滤波//均值滤波//高斯滤波 //中值滤波 //双边滤波(5 filtering algorithms are provided, which are block filtering, mean filtering, Gauss filtering, median filtering, and bilateral filtering)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:蘑菇1234
  1. 13_CMOS_OV7725_Gray_Mean_Filter

    0下载:
  2. 基于FPGA开发的均值滤波程序,效率很高,非常有用(Based on FPGA development of the mean filter program)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-17
    • 文件大小:1047552
    • 提供者:骑士1234
  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. averfilter (2)

    0下载:
  2. 中值滤波器%1.该滤波函数用于对图像进行均值滤波作用, %即将一个像元及其邻域中的所有像元的平均值赋给输出图像中的相应的像元,以达到平滑的目的。 %2.其中参数impath为图像的路径 %3.参数A为滤波模板,A为一个M*N阶矩阵,注意M,N均为奇数,且不大于11。 %4.参数output为经过均值滤波后的图像矩阵。 %5.该函数采用算法:首先将原始图像矩阵扩充2m行,2n列,并将扩充位补0,(Median filterThis filter f
  3. 所属分类:图形图象

    • 发布日期:2018-01-08
    • 文件大小:6144
    • 提供者:俭任
  1. JZLB5

    0下载:
  2. 数字图像处理学习,基于matlab的快速均值滤波实现(Digital image processing learning based on Matlab based fast mean filtering)
  3. 所属分类:其他

    • 发布日期:
    • 文件大小:1024
    • 提供者:supreL
  1. AverageFiltering

    0下载:
  2. 用均值滤波方法实现对加入高斯噪声和椒盐噪声的图像进行去噪(The denoising of images with Gauss noise and salt and pepper noise is realized by means of mean filtering.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-19
    • 文件大小:1263616
    • 提供者:muyijue
  1. nanmedfilt2

    0下载:
  2. 均值滤波时能够忽略NAN的影响 对于影像处理有比较好的速度(Mean filtering can ignore the effect of NAN)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:zhucyclone
  1. 代码

    0下载:
  2. 模拟仿真了均值滤波和中值滤波的滤波效果。(The filtering effect of mean filter and median filter is simulated.)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:26624
    • 提供者:电子大部件
  1. 滤波

    0下载:
  2. 对图像进行快速非滤波处理,比较于传统方式拥有更快的运行速度(Filtering and processing of images)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:我来了曦
  1. 中值滤波和均值滤波

    0下载:
  2. 本程序适用于均值滤波和中值滤波的图像处理(This program is suitable for image processing of mean filtering and median filtering.)
  3. 所属分类:其他

    • 发布日期:2018-05-06
    • 文件大小:56320
    • 提供者:叼烟的女人
  1. Desktop

    0下载:
  2. 均值滤波和中值滤波的matlab实现,里面有注释(Matlab implementation of mean filtering and median filtering)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:57344
    • 提供者:小——白
  1. 均值滤波和中值滤波.doc

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

    • 发布日期:2019-09-18
    • 文件大小:956416
    • 提供者:DDL_纵横
« 1 2 34 5 6 7 8 9 10 ... 49 »
搜珍网 www.dssz.com