CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - pepper noise

搜索资源列表

  1. filter

    0下载:
  2. 对原始图像加椒盐噪声,对噪声图像进行中值滤波和邻域平均。-The original image is add salt &pepper noise, the noise image of the median filter and neighborhood average.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:48294
    • 提供者:harryjohn
  1. pepperdnoise

    0下载:
  2. 用脉冲耦合神经网络pcnn去除脉冲椒盐噪声 -pepper noise for pcnn research
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:14287
    • 提供者:ddssaadd
  1. saltpepper

    0下载:
  2. 椒盐噪声是图像中经常见到的一种噪声,它是一种随机的白点或者黑点。常用的去除这种噪声的有效手段是使用中值滤波器。中值滤波是一种非线性数字滤波器技术,经常用于去除图像或者其它信号中的噪声。这个设计思想就是检查输入信号中的采样并判断它是否代表了信号,使用奇数个采样组成的观察窗实现这项功能。本实验首先编写了一个子程序,用以实现3×3中值滤波。对于图片5.07(a)加入了Pa = Pb = 0.2的椒盐噪声,并用刚刚编写好的子程序实现了对加入了椒盐噪声的图片进行了滤波。结果证明,中值滤波是一种除去椒盐噪声
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:123804
    • 提供者:张亚丽
  1. noises-generating

    0下载:
  2. 本实验开发一个通用程序, 用在后续的几个实验中。(a) 编写一个给图像中添加高斯噪声的程序,程序的输入参数为噪声的均值与方差。 (b) 编写一个给图像中添加椒盐噪声的程序,程序的输入参数为两个噪声分量的概率值。 -In this study, the development of a common procedure, used in the follow-up of several experiments. (A) preparing a program to add Gauss
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:123480
    • 提供者:张亚丽
  1. noise_filiter

    0下载:
  2. 图像中的噪声:高斯噪声、椒盐噪声、乘性噪声产生方法,以及分别利用中值滤波、算术均值滤波、低通滤波对噪声进行处理-Image noise: Gaussian noise, salt and pepper noise, multiplicative noise, and a median filter, respectively, the arithmetic mean filter, low pass filtering the noise processing
  3. 所属分类:Special Effects

    • 发布日期:2017-06-21
    • 文件大小:37682176
    • 提供者:
  1. NAFSMFilter

    0下载:
  2. 详细解说了基于噪声自适应模糊选择滤波器的椒盐噪声抑制处理的原理和主要公式-Detailed explanation of the adaptive fuzzy selection filter based on noise and salt and pepper noise suppression processing principles and the main formula
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-06
    • 文件大小:1067992
    • 提供者:your nanme
  1. NAFSMedian_Filter

    0下载:
  2. 基于噪声自适应模糊选择滤波器的椒盐噪声抑制处理的原理解释和主要公式及推导- the adaptive fuzzy selection filter based on noise and salt and pepper noise suppression processing principles and the main formula
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-10
    • 文件大小:2337209
    • 提供者:your nanme
  1. Image

    0下载:
  2. 图像处理,对图像加高斯白噪声,椒盐噪声,然后进行低通滤波,维纳滤波,最后进行霍夫曼编码-Image processing, image plus white Gaussian noise, salt and pepper noise, and then low-pass filtering, Wiener filter, and finally Huffman coding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:49808
    • 提供者:yangdong
  1. MCM

    0下载:
  2. qt和OPENCV 做均值曲率图像去噪, 主要针对椒盐噪声-qt and the OPENCV do the mean curvature for image denoising, mainly for salt and pepper noise
  3. 所属分类:Other systems

    • 发布日期:2017-06-11
    • 文件大小:18397264
    • 提供者:cxy
  1. image-processing-program

    0下载:
  2. 图像处理Matlab源代码,包括二维离散余弦变换的图像压缩,采用灰度变换的方法增强图像的对比度,直方图均匀化,模拟图像受高斯白噪声和椒盐噪声的影响。 -Including discrete cosine transform image compression, the use of gray-scale transformation method to enhance image contrast, histogram equalization, analog image by Gauss
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:7051
    • 提供者:huangyu
  1. psnr

    0下载:
  2. 对一幅分别添加了椒盐噪声和高斯白噪声的图象进行均值和中值滤波(取三种不同大小的模板),并分析实验结果。-An added salt and pepper noise and Gaussian white noise image mean and median filter (to take three different size of the template), and analysis of the experimental results.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:3403136
    • 提供者:songkaihua
  1. project05_01

    0下载:
  2. 本实验要求开发一个通用程序,即要求编写一个给图像中添加高斯噪声和椒盐噪声的程序,添加高斯噪声的程序输入参数为噪声的均值和方差,添加椒盐噪声程序的输入参数为两个噪声分量的概率值。-This experiment requires the development of a common program, that is required to write a program to add Gaussian noise and salt and pepper noise to the image, a
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:123805
    • 提供者:罗聪
  1. lab2imageprocessing

    0下载:
  2. 数字图像处理程序,主要功能是图形滤波,参杂噪声后进行滤波,主要噪声为椒盐噪声,高斯噪声等。-Digital image processing procedures, the main function of the graphics filter to filter noise is mixed, the main noise is salt and pepper noise, Gaussian noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:971372
    • 提供者:nizhonglian
  1. filter

    0下载:
  2. Add salt and pepper noise to image
  3. 所属分类:Other systems

    • 发布日期:2017-12-07
    • 文件大小:839
    • 提供者:Premnath D
  1. 1

    0下载:
  2. 中值滤波器的几个主要函数,主要处理椒盐噪音以及斑点噪音,内含图片-Several major function of the median filter, dealing mainly with salt and pepper noise, and speckle noise, including picture
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-20
    • 文件大小:73661
    • 提供者:于林立
  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. stdmed

    0下载:
  2. matlab code for median filter for removing salt and pepper noise. in this a 3*3 window is selected and the processing pixel is replaced by median of the selected window.
  3. 所属分类:Education soft system

    • 发布日期:2017-11-21
    • 文件大小:685
    • 提供者:benazir
  1. dbmf

    0下载:
  2. matlab code for decision based median filter.it can be used for salt and pepper noise reduction . in this the pixel values are processed based on a decision mechanism
  3. 所属分类:Project Design

    • 发布日期:2017-11-24
    • 文件大小:723
    • 提供者:benazir
  1. cwmnw

    0下载:
  2. matlab code for adaptive impulse detection using center weighded median filter.this can be used for salt and pepper noise reduction i digital images.we are using center weighed median filter.
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:681
    • 提供者:benazir
  1. Adaptive-Impulse-Detection-Using

    0下载:
  2. pdf for adaptive impulse detection using center weighd median filter.this method can be used for removing salt and pepper noise from digital images.
  3. 所属分类:File Formats

    • 发布日期:2017-11-02
    • 文件大小:61769
    • 提供者:benazir
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 23 »
搜珍网 www.dssz.com