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

搜索资源列表

  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. filter

    0下载:
  2. matlab对图像随机添加四种噪声,然后分别通过自编中值滤波,均值滤波,高斯滤波,和维纳滤波进行滤波-matlab add four random noise to the image, and then were filtered by self median filtering, mean filtering, Gaussian filtering, and Wiener filtering
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:12105
    • 提供者:KaiWANG
  1. LR

    0下载:
  2. 这个是matlab里基于LR算法对模拟运动模糊并且加入高斯噪声进行复原的算法-This is carried out in the recovery matlab LR algorithm based simulation of motion blur and add Gaussian noise algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2671
    • 提供者:关云长
  1. zuixiaopingfang

    1下载:
  2. 这个算法是matlab里基于最小平方对模拟运动模糊并加入高斯噪声复原算法-This algorithm is based on a least squares matlab in analog motion blur and add Gaussian noise restoration algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2518
    • 提供者:关云长
  1. VNA

    0下载:
  2. 这个是matlab里基于维纳滤波算法对模拟运动模糊并加入高斯噪声的图像进行复原的程序 -This is where Wiener filtering algorithm matlab simulation of motion blur and add Gaussian noise image recovery program based on conduct
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2639
    • 提供者:关云长
  1. denoise

    0下载:
  2. matlab实现图像去噪,滤波,边缘检测,锐化。文件中包含m码和程序中使用到的图片。对图像添加椒盐噪声并用medfilt2函数去噪。二阶巴特沃斯滤波器滤波。-matlab realize image denoising, filtering, edge detection, sharpening. M file contains code and procedures used to the picture. Add salt and pepper noise image with medfil
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:6873
    • 提供者:Lisa
  1. tuxiangchuli

    0下载:
  2. 比较实用的图像处理matlab程序案例,给图片加噪声,低通滤波-More practical matlab image processing program case, add noise to the picture, a low-pass filter, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:868438
    • 提供者:陈丸子
  1. addnoise

    0下载:
  2. matlab给一个文件夹下所有图像文件添加椒盐和高斯噪声,并生成新的文件夹-Add salt and pepper noise and Gauss matlab to a folder of all image files, and then create new folders
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:638
    • 提供者:张晨
  1. MATLAB_PICTURE_PROCESSING

    3下载:
  2. 使用MATLAB,实现以下四个功能 一、获取图片RGB值:给定一张图片,获取点(x,y),以及(x,y)周围8个点的R、G、B值。 二、实现rgb2gray函数:使用matlab实现rgb2gray的功能,并能计算出转换后灰度图片的方差。 三、灰度图对比度增强:分别使用灰度拉伸和直方图均衡化,增强给定图的对比度。 四、图像去噪:对给定图片加椒盐噪声,并选择两个去噪算法去除椒盐噪声。 -Using MATLAB, to achieve the following four fu
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:455236
    • 提供者:Jane Ge
  1. imnoise3

    0下载:
  2. matlab的源代码,用于图像处理过程中添加噪声的源代码。-matlab source code for image processing to add noise source.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1402
    • 提供者:赖威洲
  1. tuxiangZengqiang

    1下载:
  2. 本文是基于MATLAB的GUI来对不同的(彩色或灰色)图像进行图像增强的相关处理,主要包括以下四点: 频域变换:傅里叶变换和离散余弦变换及其反变换,可将图像在空域上的特性转化到频域上; 叠加噪声:对图像添加高斯噪声和椒盐噪声; 空域滤波:对噪声污染后的图像添加不同模板下的平滑滤波和锐化滤波,可选择不同模板尺寸; 频域滤波:对噪声污染后的图像添加理想低通滤波器、巴特沃斯低通滤波器、理想高通滤波器、巴特沃斯高通滤波器、带通滤波器、带阻滤波器等,可实现平滑图像的效果。-This art
  3. 所属分类:Graph program

    • 发布日期:2017-05-07
    • 文件大小:1406678
    • 提供者:笨鸟先飞
  1. shuzituxiang

    0下载:
  2. 基于matlab图形化界面对图像进行傅里叶变换,各种滤波处理,添加各种噪声和几何平移处理-Matlab-based graphical interface for image Fourier transform, a variety of filtering process, add all kinds of noise and geometry translation process
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1256109
    • 提供者:苗媛媛
  1. yeng_kc65

    0下载:
  2. Related impulse response analysis algorithm and inspection, Add noise processing, Interpolation and fitting matlab implementation.
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-29
    • 文件大小:6144
    • 提供者:qingfeiyen
« 1 2 3»
搜珍网 www.dssz.com