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

搜索资源列表

  1. NLmeansfilter

    5下载:
  2. 这是新提出来的用于图像去噪的非局部均值滤波方法, matlab程序.非常好,你试试.-this is a new proposed image denoising method--non local means filtering, matlab file. you can try!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-05-19
    • 文件大小:1304
    • 提供者:jnsjf
  1. MATLAB

    3下载:
  2. 基于matlab图像增强的比较及其理论分析 给定一张灰度图片,模拟加入高斯噪声、椒盐噪声等若干噪声,然后使用中值滤波、均值滤波等方法进行图像增强。 -The PS/2 device interface, used by many modern mice and keyboards, was developed by IBM and originally appeared in the IBM Technical Reference Manual. However, this docu
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:613
    • 提供者:程依
  1. work

    1下载:
  2. 图像均值滤波和中值滤波的matlab源程序代码。希望能给大家带来用处.-Image mean filter and median filter the matlab source code. We hope that they will bring useful.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:3030
    • 提供者:zxmoran
  1. MATLABimageprocess1

    1下载:
  2. 实现对图像的基本处理,如:均值滤波、中值滤波、伪彩色处理。-To realize the basic image processing, such as: mean filtering, median filtering, pseudo-color processing.
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:125754
    • 提供者:ghostlin
  1. denoise

    2下载:
  2. 图像分别加高斯噪声和椒盐噪声,然后进行中值滤波和算术均值滤波去噪处理。-Images were added Gaussian noise and salt and pepper noise, median filter and then the arithmetic mean filter denoising.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:91073
    • 提供者:ztj
  1. matlab

    1下载:
  2. 自编中值、均值滤波源码 最近刚弄的 拿出来和大家分享 -Self-Median, mean filter source of the show recently to get to share with you all
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1722
    • 提供者:victhier
  1. image-preprocessing-2

    0下载:
  2. 采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理-MATLAB using the function affected by noise interference filter2 images mean filter Adaptive Image Filtering Wehner use five kinds of different gradient method to enhance i
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1454
    • 提供者:焦竹青
  1. data122

    1下载:
  2. 对MIT—BIH数据库中的第122号数据作的处理,包括低通、高通滤波、中值滤波、均值滤波等。-On the MIT-BIH database No. 122 data processing, including low-pass, high pass filtering, median filtering, average filtering.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:409420
    • 提供者:王敬
  1. dupc

    0下载:
  2. 椒盐噪声、高斯噪声的均值滤波、中值滤波、高斯滤波-Salt and pepper noise, Gaussian noise of mean filtering, median filtering, Gaussian filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:712
    • 提供者:dupc
  1. medianfilter(matlab)

    0下载:
  2. 本程序是对均值滤波方法和中值滤波方法的去噪效果对比的MATLAB程序-This procedure is a mean filter and median filter denoising methods MATLAB procedures contrast effect
  3. 所属分类:Special Effects

    • 发布日期:2016-01-27
    • 文件大小:1101
    • 提供者:jiali
  1. zhongzhicanshubijiao

    0下载:
  2. 数字图像处理方法,算数均值滤波不同模板下的不同效果-The research of digital image processing technique
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:581
    • 提供者:neuqzhuzhu
  1. imageproc

    0下载:
  2. Matlab图像处理,包含图像平滑、锐化等 图像平滑处理包含均值滤波和中值滤波 图像锐化处理包含拉普拉斯算子和Roberts算子、Prewitt算子和Sobel算子-Matlab image processing, including image smoothing, sharpening and other image smoothing with the mean filter and median filtering image sharpening with the Laplac
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:815
    • 提供者:tony
  1. ImageNoiseReduction

    0下载:
  2. 均值滤波对高斯噪声的效果 二维自适应维纳滤波对高斯噪声的滤除效果 对加入椒盐噪声的图像分别作均值、中值和维纳滤波 分别使用二维统计滤波对椒盐噪声和高斯噪声进行滤波 利用wrcoef2函数进行图像去噪-Mean filter on the effect of Gaussian noise two-dimensional Adaptive Wiener filtering of the Gaussian noise filtering effect the image to j
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:3164
    • 提供者:高超
  1. Image_Smoothing

    0下载:
  2. 所给程序中,先给出一副原始图像,在其中添加椒盐噪声,然后用几种方法进行平滑滤波,包括邻域均值法,邻域中值滤波和K邻域均值滤波,其中的K邻域均值滤波所选掩膜为3*3,K值取5,图片选用board.ti。-Given program, the first is given an original image, in which the added salt & pepper noise, and then use several methods of smoothing, including
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:136204
    • 提供者:hanyantao
  1. zhongzhihejunzhilvb

    0下载:
  2. 自己编写的关于图像的中值滤波和均值滤波,并进行了比较-Write your own on the image median filter and mean filter, and compared
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1487
    • 提供者:guopanfeng
  1. 图像处理

    0下载:
  2. 维纳滤波,中值滤波,均值滤波,降噪的代码实现(Code implementation of Wiener filtering)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:5115904
    • 提供者:Joeserv
  1. matlab 车牌识别1-1

    0下载:
  2. 车牌识别,1.车牌灰度图像, 2.车牌二值图像,4.均值滤波后,5.膨胀或腐蚀处理后(Study of Character Recognition)
  3. 所属分类:绘图程序

    • 发布日期:2017-12-20
    • 文件大小:1031168
    • 提供者:zulin
  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. Desktop

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

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

    1下载:
  2. 用matlab对图片进行均值滤波,仅供参考,相互学习(Using MATLAB for image mean filtering, for reference only, learning from each other.)
  3. 所属分类:图形图象

    • 发布日期:2019-05-05
    • 文件大小:171008
    • 提供者:陈chenjun
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com