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

搜索资源列表

  1. ImageProcessingProgram

    0下载:
  2. matlab图像处理,包括直方图均衡化,平滑滤波,拉普拉斯算子增强,及椒盐噪声的滤波处理!-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-12-06
    • 文件大小:177974
    • 提供者:yaojiali
  1. pinghua8

    0下载:
  2. 噪声滤波的MAtlab程序,包含各种方法的对比,需要用到text的数据格式-Noise filtering Matlab procedures, including the comparison of various methods, need to use the data format of the text. .
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:15796
    • 提供者:林林
  1. code

    0下载:
  2. 本代码是基于MATLAB环境下的一种基于DWT的数字水印的嵌入与提取,本算法对各种噪声具有一定的抗鲁棒性。-The code is based on the MATLAB environment based DWT digital watermark embedding and extraction, the algorithm has certain anti robustness of various noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:1479
    • 提供者:gaoshou7126
  1. noise

    0下载:
  2. 使用MAtlab语言,在一幅图像中添加各种噪声,比如:椒盐噪声,高斯噪声,均匀,指数,对数,厄尔等噪声。-Using Matlab language, to add a variety of noise in an image, such as: salt and pepper noise, Gaussian noise, uniform, exponential, logarithmic, El noise.
  3. 所属分类:Graph program

    • 发布日期:2017-11-14
    • 文件大小:57830
    • 提供者:张彩平
  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. oo

    0下载:
  2. 直方图添加与去除椒盐噪声和高斯噪声并进行对比,以及直方图均衡化的matlab程序实现代码 -Add the histogram and remove the salt and pepper noise and Gaussian noise and contrast, and histogram equalization matlab program code
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:709
    • 提供者:emerald
  1. keshe

    1下载:
  2. 利用matlab的GUI程序设计一个简单实用的图像处理程序。该程序应具备图像处理的常用功能,以满足用户的使用。现设计程序有以下基本功能: 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图
  3. 所属分类:Picture Viewer

    • 发布日期:2016-04-29
    • 文件大小:3072
    • 提供者:朱孝天
  1. B

    0下载:
  2. 运用matlab对灰度图进行缩放一定比例的缩放。对图像进行缩小用到两种方法:其一直接消除像素进行缩放处理;其二先进行初步 的图像平滑滤波,然后消除像素。平滑滤波用于模糊处理,可以出去细节并降低噪声。-Write MATLAB functions to down-sample one grayscale image from original size to the given output size through two different methods: a) directly eli
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:2829
    • 提供者:宁可
  1. imageProcess

    0下载:
  2. matlab做的简单的图像处理应用。GUI。噪声,滤波,旋转,反色,截取等功能。-matlab to do simple image processing applications. GUI.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2421314
    • 提供者:李广
  1. EdgePreserveSmoothFilter

    0下载:
  2. matlab代码 一种边缘保持的噪声平滑滤波器实现,是一篇英文文章的源代码-Quantitative evaluation of edge preserving noise-smoothing filter
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:177915
    • 提供者:王飞
  1. e

    0下载:
  2. 线性平滑滤波器,用MATLAB实现领域平均法抑制噪声程序-Linear smoothing filter, using MATLAB field average noise suppression program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:35953
    • 提供者:李妮娜
  1. stblpdf

    0下载:
  2. alpha稳定分布噪声的matlab实现-alpha stable distribution noise matlab implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:3879
    • 提供者:紫雨蝶
  1. pinghua

    0下载:
  2. 关于matlab数字图像平滑处理的源代码,通过比较几种不同平滑方法,得出噪声平滑的一般分类.-It is an about digital image smoothing processing of matlab source code which can get a general classification of noise smoothing by comparing several different smoothing method,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:47188
    • 提供者:袁欢
  1. NLMeans

    0下载:
  2. 非局部均值去除图像噪声,matlab程序实现,非常有参考价值-Non-local means to remove image noise, matlab program, very useful
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1175
    • 提供者:韩秀宁
  1. xiaoboquzao2

    0下载:
  2. 小波去除图像噪声的matlab程序实现 非常具有看考价值 希望对大家 有帮助-Wavelet removes image noise matlab program look very informative value we want to help
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:5725
    • 提供者:韩秀宁
  1. tv

    0下载:
  2. matlab程序 关于用变分法去除图像噪声 非常具有参考 价值 希望对学习图像去噪的同学 有帮助-matlab program on the use of variational method to remove image noise very reference value I hope to learn denoising help students
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1443
    • 提供者:韩秀宁
  1. bichongjian3

    0下载:
  2. 形态学闭重建matlab源代码,对于图像滤除噪声有很好的作用,大家可以参考-Morphological closing reconstruction matlab source code for image filtering noise have a good effect, we can refer to
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:554
    • 提供者:李天
  1. Duality-Splitting-L1-TV

    0下载:
  2. 用对偶分裂算法处理乘性噪声如盐椒噪声(L1+TV),参数由电脑自动选取,matlab程序-A Duality-Based Splitting Method for L1-TV Image Restoration with Automatic Regularization Parameter Choice
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2238330
    • 提供者:xiaojin
  1. tuxiangfu

    0下载:
  2. 图像复原技术的MATLAB实现,可以很好的去除各种噪声,保护高频分量。-Image restoration technique MATLAB, can be very good to remove all kinds of noise, protecting high frequency components.
  3. 所属分类:Graph program

    • 发布日期:2017-05-02
    • 文件大小:669143
    • 提供者:沈佳
  1. process

    0下载:
  2. 在数字图像处理中,常常会遇到图像中混杂有许多的噪声。因此,在进行图像处理中,有时要先进行祛除噪声的工作。最常用的祛除噪声的方法是用滤波器进行滤波处理。MATLAB的图像处理工具箱里也设计了许多的滤波器。如均值滤波器、中值滤波器、维纳滤波器等。用户可以很方便的运用一些函数完成数字滤波工作。-In digital image processing, the image often encounter mixed with a lot of noise. Therefore, when the ima
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:527
    • 提供者:韦山
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 28 »
搜珍网 www.dssz.com