CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 均值滤波

搜索资源列表

  1. imgdenoising

    0下载:
  2. 均值滤波去噪,中值滤波去噪以及SVD去噪-Mean filter denoising, median filtering and denoising SVD Denoising
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:157981
    • 提供者:X.Y. Gao
  1. sar

    1下载:
  2. sar均值中值滤波,可以实现sar图像的初级滤波功能,是最简单的滤波器。-sar
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:549
    • 提供者:白小
  1. dip

    0下载:
  2. 一个简单的包括几个基本的图像处理的程序 可以实现: 检索灰度最大值,最小值,平均值,灰度线性变换,直方图统计,直方图均衡,平移,拉伸,旋转,FFT,DCT,随即噪声,椒盐噪声,均值滤波,中值滤波,SOBEL,LAPLACE 二值化-A simple include several basic image processing program can be: retrieve the gray maximum, minimum, average, linear gray level t
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2650466
    • 提供者:wynd
  1. junzhi

    0下载:
  2. 对航海雷达中频信号进行均值滤波处理,得到平滑的信号-On average marine radar IF signal filtering, signal smoothing
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:4924
    • 提供者:郑小姣
  1. test1

    0下载:
  2. 基于LabWindow/CVI的均值滤波程序-Based LabWindow/CVI mean filtering process
  3. 所属分类:Other systems

    • 发布日期:2017-04-23
    • 文件大小:68711
    • 提供者:陈政
  1. psnr

    0下载:
  2. 对一幅分别添加了椒盐噪声和高斯白噪声的图象进行均值和中值滤波(取三种不同大小的模板),并分析实验结果。-An added salt and pepper noise and Gaussian white noise image mean and median filter (to take three different size of the template), and analysis of the experimental results.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:3403136
    • 提供者:songkaihua
  1. shengyinchuli

    0下载:
  2. 通过matlab对于声音进行处理,实现FFT,均值,方差,中值滤波,自相关分析,白噪声等处理-Matlab sound processing, FFT, mean, variance, median filtering, autocorrelation analysis, white noise and processing
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:21033
    • 提供者:ming影
  1. nmlgb

    0下载:
  2. 非局部均值滤波的主要代码,运用到数字图像处理的降噪,希望有用。-Non-local mean filtering code, the use of digital image processing, noise reduction, and I hope useful.
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:378880
    • 提供者:zlei
  1. matlab-fliter

    0下载:
  2. 自己写的 matlab图像处理算法 中值滤波 均值滤波 高斯 腐蚀 还有超绿算法 (农业相关图像处理使用)-Write your own matlab image processing median filter algorithm Gaussian mean filter algorithm corrosion and ultra-green (agriculture-related image processing use)
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:5374
    • 提供者:li
  1. ImageProcessing

    0下载:
  2. 英国matlab图像处理教学,中值滤波,均值滤波等等。-uk matlab image processing teaching, median filter,average filter and so on
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:595
    • 提供者:dh
  1. Median-filtering

    0下载:
  2. 图像预处理技术,通过中值滤波和均值滤波实现-Median filtering
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:5120
    • 提供者:洪伟凯
  1. junzhilvbo

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

    • 发布日期:2017-12-29
    • 文件大小:272384
    • 提供者:JKoer
  1. 新建 Microsoft Word 文档

    0下载:
  2. 在照片中加入椒盐噪声、高斯白噪声。? 分别用3*3、5*5、7*7的均值滤波器和中值滤波器进行滤波。(Salt and white noise are added to the picture. The filter is used to filter the mean filter and median filter of 3 * 3, 5 * 5, 7 * 7.)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:10240
    • 提供者:天蓝幽魔
  1. equalize_hist

    0下载:
  2. 1. 均值滤波:即线性滤波,有: a.邻域平均, b. 加权平均两种。 a. 邻域平均:用一个像素邻域平均值作为滤波结果,此时滤波器模板的所系数都取1,为保证输出图仍在原来的灰度值范围,在算得R后要将其除以系数总个数再进行赋值,对3*3的模板来说,在算得R后要将其除以系数9。 b. 加权平均:对同一尺寸的模板,可对不同位置的系数采用不同的数值,一般认为离对应模板中心像素近的像素应对滤波结果又较大贡献,所以接近模板中心的系数可比较大而模板边界附近的系数应比较小。(1. mean filter
  3. 所属分类:其他

  1. JZLB5

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

    • 发布日期:
    • 文件大小:1024
    • 提供者:supreL
  1. MATLAB实现图像中值 均值 维纳滤波 源程序代码

    0下载:
  2. 简单的滤波器,包括中值滤波器,维纳滤波器,均值滤波器等等。(Simple filters, including median filter, Wiener filter, mean filter and so on.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:5120
    • 提供者:tinypz
  1. 代码

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

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

    1下载:
  2. 利用MATLAB实现了图像的非局部均值去噪算法,效果明显。(The non local means denoising algorithm of image is implemented by MATLAB, and the effect is obvious.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:47104
    • 提供者:WG_JNU
  1. 实验三

    0下载:
  2. 均值滤波与中值滤波对添加的高斯噪声的图像去噪(Mean Filtering and Median Filtering Image Denoising)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:大木又寸林
  1. 中值滤波和均值滤波

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

    • 发布日期:2018-05-06
    • 文件大小:56320
    • 提供者:叼烟的女人
« 12 »
搜珍网 www.dssz.com