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

搜索资源列表

  1. zaosheng

    0下载:
  2. 对图像分别加入高斯噪声和随机噪声,再分别用中值滤波和邻域平均方法进行滤波(The Gauss noise and random noise are added to the image, and the median filtering and neighborhood averaging are used to filter the image respectively)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:83968
    • 提供者:Tersai
  1. 离散滤波

    0下载:
  2. 在原始图像中加入高斯噪声,然后进行离散滤波实验仿真(The Gauss noise is added, and then the discrete filter is simulated)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:422912
    • 提供者:shirui
  1. test1

    0下载:
  2. OpenCV图形处理代码可实现一些基本功能,如中值滤波、高斯滤波等等(OpenCV graphics processing code)
  3. 所属分类:图形图象

    • 发布日期:2017-12-21
    • 文件大小:34205696
    • 提供者:联合MATLAB
  1. 预处理

    0下载:
  2. 基于matlab编写的数字图像增强,包括直方图均衡化,高斯滤波。。。。(Digital image enhancement based on matlab, including histogram equalization, gaussian filtering...)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-22
    • 文件大小:15587328
    • 提供者:JIMM
  1. jilter

    0下载:
  2. 快速高斯滤波工具箱,具有良好的滤波效果,希望大家可以用来进行探讨,,(Toolbox, fast gaussian filter has good filtering effect, hope everybody can be used for discussion,,)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-30
    • 文件大小:2048
    • 提供者:tercgate
  1. 最常用的matlab图像处理的源代码

    0下载:
  2. #1:数字图像矩阵数据的显示及其傅立叶变换 #2:二维离散余弦变换的图像压缩 #3:采用灰度变换的方法增强图像的对比度 #4:直方图均匀化 #5:模拟图像受高斯白噪声和椒盐噪声的影响 #6:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 #7:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 #8:图像的自适应魏纳滤波 #9:运用5种不同的梯度增强法进行图像锐化 #10:图像的高通滤波和掩模处理 #11:利用巴特沃斯(Butterworth
  3. 所属分类:图形图像处理

  1. 图像处理GUI

    1下载:
  2. 包含一些基本的图像处理算法,程序主要功能有: (1)读取处理前图像,存储处理后图像。 (2)对原图像进行添加噪声,有高斯噪声和椒盐噪声可以添加。 (3)对原图像进行空域和频域的滤波。 (4)对原图像或者处理之后的图像进行二值化,亮度翻转,图像(空间)翻转,直方图匹配,直方图均衡。 (5)对原图像或者处理之后的图像进行对比度拉伸变换。(Includes some basic image processing algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-19
    • 文件大小:1022976
    • 提供者:wangjian3691
  1. 滤波

    0下载:
  2. matlab下的图像高斯噪声、椒盐噪声的基本滤波方法程序(Basic image filtering method program under Matlab)
  3. 所属分类:软件测试

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:海洋星空
  1. DS1302

    0下载:
  2. 实现图像增强,高斯滤波去噪和中值滤波去噪等功能,具有良好的效果,欢迎使用(The realization of image enhancement, Gauss filtering and median filtering denoising function, has a good effect, welcome to use)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-04
    • 文件大小:7168
    • 提供者:sxlkarry
  1. myGussianLowPassFilter1

    0下载:
  2. 可以对图像进行高斯低通滤波,需要提供一个img参数即为图像,和D0(Gauss low-pass filtering for image)
  3. 所属分类:波变换

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:TableBear
  1. main

    0下载:
  2. 数字图像处理,对图像进行差分f1,然乎进行高斯滤波(digital image processing)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:yyggsmile
  1. 椒盐噪声以及滤波

    0下载:
  2. 在图像上产生椒噪声,盐噪声以及高斯噪声, 并将它们进行滤波(The image produces pepper noise, salt noise and gaussian noise and filters them)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:267264
    • 提供者:kirathis
  1. lvbo

    0下载:
  2. ①线性灰度变换(函数形式) ② 编程计算图像的直方图,并与函数imhist比较 ③ 执行直方图均衡化和规定化histeq ④ 给图像添加噪声 ⑤ 执行均值滤波、高斯滤波和中值滤波 ⑥ 执行拉普拉斯滤波 ⑦ 执行低通滤波和高通滤波(Linear gray scale transformation (function form) The histogram of the image is calculated and compared with the function imhist
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-22
    • 文件大小:437248
    • 提供者:536536536
  1. guassfilter

    0下载:
  2. 识别pcb版上的焊孔,可首先对带椒盐噪声的图片进行滤波(Identifying the welding holes on the PCB plate)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:199680
    • 提供者:azulita
  1. noise reduce

    0下载:
  2. 时域高斯图像滤波,用于图像降噪。速度快,简洁明了(time domain gaussian filter)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:3072
    • 提供者:TJQIYI
  1. bianyuanfenxi

    0下载:
  2. 对给出的图片先后进行灰度处理,高斯滤波,边缘分析,将彩色图片的轮廓边界给出。在图片的边界上,求导之后不连续点就是强边缘点。(The images are processed, the Gauss filter, the edge analysis, and the contour boundary of the color pictures are given. On the boundary of the picture, the discontinuous point is the stro
  3. 所属分类:通讯编程

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:ryanshuai
  1. 同态滤波

    0下载:
  2. 光照不均匀图像增强,同态滤波,MATLAB代码,高斯高通滤波(image enhancement,Image enhancement of uneven illumination,Homomorphic filtering)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:三根骨头
  1. Version_1

    0下载:
  2. 由长度,方差生成用于图像分割的高斯匹配模板,用于匹配滤波增强,做图像分割。(The Gauss matching template for image segmentation is generated by length and variance, which is used for matching and filtering enhancement and image segmentation.)
  3. 所属分类:*行业应用

    • 发布日期:2018-05-01
    • 文件大小:765952
    • 提供者:党夸我帅
  1. example

    0下载:
  2. 对输入图像进行竖直、水平镜像,平均滤波、平滑滤波,高斯滤波。(The input images are vertical, horizontal, average, smoothing, and Gauss filtering.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:π仔洲
  1. byjc

    0下载:
  2. 用matlab实现图像灰度化以及图像的分割、高斯滤波、边缘检测(Using matlab to achieve image graying and image segmentation, Gaussian filtering, edge detection)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:itsf
« 1 2 3 45 6 7 8 9 10 ... 30 »
搜珍网 www.dssz.com