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

搜索资源列表

  1. lvbo

    0下载:
  2. 通过matlab实现图像的中值、均值滤波,以及边缘的提取,使用的为彩色图像(附图像)-By matlab image median, mean filtering, edge extraction, using the color image (with photos like)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:102784
    • 提供者:zlk
  1. chap

    0下载:
  2. P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P030
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-05
    • 文件大小:10583
    • 提供者:gy
  1. NLmeansfilter

    0下载:
  2. NL均值滤波的matlab源代码,可以实现NL均值滤波,该算法可以在保护边缘的前提下实现很好的去噪效果-NL mean filter matlab source code, can achieve the NL mean filter, the algorithm can achieve good denoising effect under the premise of protecting the edge
  3. 所属分类:Graph program

    • 发布日期:2017-11-11
    • 文件大小:907
    • 提供者:纪坤
  1. exp_8

    0下载:
  2. 一个简单的Matlab图像处理函数,对图像进行中值滤波,和均值滤波,但是边缘处是没有做处理的,还有,滤波时,滤波窗口是矩形的,边长可以修改。-A simple program to complement the middle filter and the mean filter.cautions:the eadges of the picture is unchanged. Tht window is rectangular and the size of it is changable.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-30
    • 文件大小:1093
    • 提供者:林奇亮
  1. matlab

    2下载:
  2. 根据伪随机序列理论,由混合同余法产生均匀分布的随机数,进而根据中心极限定理来产生高斯噪声。 分析所产生的均匀分布和高斯分布随机信号的均值、方差、自相关等数字特征,估计其概率密度函数并进行分析,估计其功率谱密度并进行分析。说明该高斯噪声是否符合白噪声特性。 对该高斯噪声进行FIR低通滤波,估计输出低通型限带白噪声的功率谱、相关时间等,并结合白噪声通过线性系统相关理论来进行分析。 -According to the theory of pseudo-random sequence, a
  3. 所属分类:matlab

    • 发布日期:2014-07-13
    • 文件大小:1024
    • 提供者:Lee
  1. 3

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

    • 发布日期:2017-11-18
    • 文件大小:10728
    • 提供者:liuyan
  1. Image-Denoising

    0下载:
  2. 基于matlab编写的图像滤波程序,包括均值滤波和中值滤波,并给出了处理后的图像-Image matlab image-based filtering process, including mean filter and median filter, and gives the treatment
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:604043
    • 提供者:晒在月光下
  1. GaussianNoise

    0下载:
  2. 对进行过高斯噪声处理的图像进行均值滤波的MATLAB代码(原创)。-The Mean Filtering algorithm for a figure processed by Gauss noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:542
    • 提供者:ziye
  1. SaltPepperNoise

    0下载:
  2. 对经过椒盐噪声处理的图像进行均值滤波和中值滤波的MATLAB程序,可直接运行得到图形结果(原创)。-The Median filter and Mean filter for a figure processed by salt and pepper noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-05
    • 文件大小:537
    • 提供者:ziye
  1. 3

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

    • 发布日期:2017-11-19
    • 文件大小:11483
    • 提供者:木子
  1. filter

    0下载:
  2. 本程序是在Matlab软件下,对图像进行中值滤波和均值滤波的比较-This procedure is programmed in Matlab software ,it is used to compare the difference between image median filtering and mean filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-11-29
    • 文件大小:2538
    • 提供者:zhangchen
  1. bm3d

    1下载:
  2. 用matlab编译的bm3d去噪代码,另外有均值滤波,中值滤波还有频域滤波的代码。-Bm3d denoising using matlab compiled code, and another mean filtering, median filtering and frequency domain filtering code.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:14156
    • 提供者:尹晨光
  1. MATLAB

    0下载:
  2. 灰度直方图,中值滤波,均值化等等图像基础处理方法。。经验证,可用-Histogram, median filter, mean and so forth
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:833452
    • 提供者:wangna
  1. yu-chu-li

    0下载:
  2. P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:26304
    • 提供者:木木夕
  1. Average-filtering

    0下载:
  2. 用matlab编写的程序,实现图像的3*3、7*7、9*9算术均值滤波和几何均值滤波,文档中有matlab源码以及运行结果截图-Programs written with matlab, image 3* 3,7* 7,9* 9 arithmetic mean filter and geometric mean filter, documentation and operating results have matlab source screenshot
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:97645
    • 提供者:王梦
  1. junzhilvbonmd

    0下载:
  2. MATLAB对数字信号进行均值滤波,尤其是对数字图像-MATLAB for digital signals mean filter, especially for digital images
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:944
    • 提供者:jiwei
  1. nlmeans-patch

    0下载:
  2. 在matlab环境下利用非局部均值滤波对图像处理的SURE估计,很好的程序。-In the matlab environment using nonlocal average filtering SURE estimation for image processing, very good program.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:38883
    • 提供者:zhao
  1. tuxiangquzao-

    0下载:
  2. 把一幅图像加上高斯噪声,再分别用均值和中值滤波的方法去除噪声。matlab仿真出的图像为四个:第一个为原图片,第二个为加高斯噪声后的图片,第三个为均值滤波后的图片,第四个为中值滤波后的图片。-Put an image plus Gaussian noise, then were mean and median filtering to remove noise. matlab simulation of the image into four: the first one is the orig
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:132789
    • 提供者:妞妞
  1. filter

    0下载:
  2. 利用matlab进行均值滤波、中值滤波、算子滤波和高斯滤波-Use matlab mean filter, median filter, filtering and Gaussian filter operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1432
    • 提供者:禇慧君
  1. keynote

    0下载:
  2. 图像处理matlab程序,各种滤波,均值滤波,中位数滤波等-Various face filter: mean filter, median filter, histogram equalization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1758
    • 提供者:Hoverwang
« 1 2 ... 4 5 6 7 8 910 11 12 »
搜珍网 www.dssz.com