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

搜索资源列表

  1. Spatial_filtering

    0下载:
  2. 空间滤波图像复原,使用matlab实现,对位图文件进行加噪后,处理-Spatial filtering image restoration, the use of matlab implementation of bitmap file to add noise, the treatment
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:377693
    • 提供者:Adams
  1. sharpen

    0下载:
  2. 数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。 -Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:281805
    • 提供者:刘雨相
  1. matlab

    6下载:
  2. 基于MATLAB-GUI图形界面的数字图像处理软件 本系统设计基于GUI图形界面,用matlab语言编写代码,实现功能包括图象的读取、存储、显示、直方图均衡化、阈值化、小波分解、小波重构、加噪、去噪、平滑、锐化、边缘检测、图像分割等-MATLAB-GUI graphical user interface based on digital image processing software of the system design is based on GUI graphical interfa
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-05-15
    • 文件大小:2992216
    • 提供者:chengmengli
  1. imnoise

    0下载:
  2. 用matlab 实现的 噪声添加函数代码。-Matlab implementation of the noise used to add function code.
  3. 所属分类:Graph program

    • 发布日期:2017-03-25
    • 文件大小:2790
    • 提供者:cfb
  1. Gaussian-Noise-Image-Add

    0下载:
  2. 这个程序用于在图片中增加各种噪声,如高斯椒盐噪声, 加性或乘性等多种混合噪声,用于其它程序的测试。-This procedure is used to increase the variety of picture noise, such as salt and pepper Gaussian noise, additive or multiplicative noise, such as a mixture for testing other programs.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-23
    • 文件大小:8080
    • 提供者:xlz
  1. addnoise

    2下载:
  2. MATLAB 给图像添加各种噪声:如椒盐噪声,高斯噪声、乘性噪声等等。-MATLAB add all kinds of noise to the image: If salt and pepper noise, Gaussian noise, multiplicative noise and so on.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:1625
    • 提供者:张娜
  1. dsp

    0下载:
  2. 仿真信号,添加白噪声,再用小波去除。斑竹看看,有什么问题没^_^我信号处理不行这个程序也在MIT提供的信号上进行了验证。-Simulation signal, add the white noise, and then wavelet removal. Chiloscyllium see what the problem did not ^ _ ^ I will not do signal processing This process also signals provided by the
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-31
    • 文件大小:783964
    • 提供者:宇航
  1. see

    0下载:
  2. 这个GUI界面软件能从你的计算机里读出你的图像,可以加入噪声,而给你提供各种滤波器来研究他们的特性。噪声类型:高斯噪声、淑盐噪声、泊松噪声-This GUI based code can read images from your computer , add noise to it and gives you different types of filters to study their performance. The Noises type : Gaussian
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:2978
    • 提供者:
  1. add_phase_noise

    0下载:
  2. 增加相噪的程序,可以把测量结果转化为相为噪声,使用非常方便。-The program to add phase noise, the measurement results can be translated into phase noise, very convenient to use.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:3345
    • 提供者:shan
  1. VirtualSignalGeneratoring

    3下载:
  2. 虚拟信号发生器是一个GUI产生(1)周期函数(包括正弦,三角,锯齿,和方波)不同振幅,频率和阶段 (2)不同振幅平方脉冲序列,频率,分期及职责循环 (3)双参数指数函数 (4)高斯曲线之间的范围不同,标准偏差和手段,以及(5)不同幅度的高斯噪声。你也可以添加一个偏移或高斯噪声的前四个以上任何职能。图形用户界面还能使用户可以添加指定的信号(或者乘以它的)一个先前定义的信号。 -Virtual Signal Generator is a GUI that produces (1) periodi
  3. 所属分类:Wavelet

    • 发布日期:2017-03-28
    • 文件大小:15347
    • 提供者:young
  1. add_noise

    0下载:
  2. 这是一个关于图像处理的简单例子,基于matlab 7.0 GUI,对图像进行添加噪声,并显示效果。-This is a simple example on image processing, based on matlab 7.0 GUI, add the image noise, and display the results.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:766120
    • 提供者:shhy
  1. Matlab-image-add-noise-and-filtering

    0下载:
  2. Matlab图像增强实验源代码与图片展示,内有用matlab为图像增加椒盐噪声白噪声程序。再用平滑滤波与中值滤波对图像进行处理。-Matlab source code for image enhancement and image experiments show, the image in a useful increase in salt and pepper noise matlab white noise process. And then filtering and median fi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:218024
    • 提供者:shxdsg
  1. MYGUI

    0下载:
  2. 第一章作业: 用C语言或者VC,VB,Matlab或其他语言完 成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 第五章作业 编写一个程序,对输入的图像进
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:6128
    • 提供者:杨智雄
  1. HW1

    0下载:
  2. 图像处理作业 用matlab显示直方图 累积分布函数 加高斯噪声 再用平滑降噪 都是自己编的程序-Given the test image "Lenna" 256*256 with 256 gray levels, do the following: 1) Using MATLAB display the test image. 2) Display the intensity histogram of the test image. 3) Using the im
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:241186
    • 提供者:ouyang
  1. Matlab-GUI-Digital-Image-Processing

    0下载:
  2. 数字图像处理大作业,利用Matlab GUI工具 添加噪声 滤波去噪-Digital image processing operations, the use of the Matlab GUI tools add noise filter denoising
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:336932
    • 提供者:张九梅
  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. A

    0下载:
  2. 关于对图形添加噪声、去除噪声的MATLAB程序-With regard to the graphics add noise, noise removal MATLAB program
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:5751
    • 提供者:武伟
  1. Desktop

    0下载:
  2. 在matlab图片处理中加入噪声,是图片不再清晰-Add noise in matlab image processing, is no longer clear picture
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:707
    • 提供者:赖艺萍
  1. noise

    0下载:
  2. 给一幅图片添加噪声,添加了多种噪声,Matlab代码-Add noise to an image, add a variety of noise, the Matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:739722
    • 提供者:赵晓林
  1. matlab

    1下载:
  2. 带通滤波器(Butterworth、椭圆、窗函数),采样率fs=2000Hz, 通带范围为300 -600Hz,阶数自选, 画出频率响应并分析比较, 对cameraman.tif图像分别添加椒盐噪声(密度为0.03)和高斯白噪声(均值为0,方差为0.02)的图像,利用三种方法进行去噪,显示原始图像、加噪图像和去噪图像并对实验结果进行分析(Band pass filter (Butterworth, ellipse, window function), sampling rate FS = 20
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:潇潇暮雨
« 12 3 »
搜珍网 www.dssz.com