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

搜索资源列表

  1. medianfilter

    0下载:
  2. 图像滤波中的中值滤波,有效滤除椒盐噪声,使用verilog语言编写-Image filtering in the median filter, effectively filter out salt and pepper noise, using verilog language
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2016-03-29
    • 文件大小:3262464
    • 提供者:钱军
  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. PhaseBasedTemplateMatching

    0下载:
  2. Phase Based Template Matching: Phase information is used for matching the input imagery with the template. Both the images are filtered with canny edge detector. The timing efficiency is introduced by implementing skipping steps while doing correlati
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:71967
    • 提供者:zhangxq
  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. medianFilter

    0下载:
  2. 图像处理中的中值滤波源代码,能够较好的模糊图像,除去椒盐噪声。-Image processing median filter source code, be able to better fuzzy images, remove the salt and pepper noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:73267
    • 提供者:gillyamylee
  1. NoiseGenerator

    0下载:
  2. 本实验要求根据课本中给出的高斯噪声和椒盐噪声的概率分布的形状和参数编写两个通用程序分别给一个图像中添加高斯噪声和椒盐噪声。高斯噪声是n维分布都服从高斯分布的噪声,椒盐噪声是图像中经常见到的一种噪声是一种随机的黑点或者白点。在实验中通过它们对应的概率密度函数得到噪声分布函数进而与原图像进行叠加产生出对应的噪声图像-Textbooks in this experiment are given under the Gaussian noise and salt and pepper noise in
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:243372
    • 提供者:jhm
  1. 61549835image-compress-denoise

    0下载:
  2. 图像压缩去噪增强锐化程序,供大家参考。 包括:数字图像矩阵数据的显示及其傅立叶变换 二维离散余弦变换的图像压缩 采用灰度变换的方法增强图像的对比度 采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理 利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 利用巴特沃斯(Butterworth)高通滤波器对图
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:11555
    • 提供者:chen peilin
  1. contraharmonic

    0下载:
  2. this file contains the implementation of the "contraharmonic filter" using the basic formula of finding contraharmonic mean achieved through the use of for loops. contraharmonic filter can remove both -SALT n PEPPER noise from the image but not sim
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-28
    • 文件大小:1102
    • 提供者:saumya
  1. noise-plus-image

    0下载:
  2. 对图像添加各种噪声 高斯噪声 淑盐噪声-Add a variety of image noise, Gaussian noise, noise, salt-sook
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:2457
    • 提供者:王红卫
  1. matlabDIP

    0下载:
  2. DIP programs related to various function . image segmentation,filter on salt & pepper noise on flowers.tif,program to show the bit plane slicing.program to introduce gaussian noise in the image and to restore the image by removing the noise using
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:75683
    • 提供者:Ashish
  1. 3

    0下载:
  2. 增强图像的对比度,模拟图像受高斯白噪声和椒盐噪声的影响,均值滤波等-Enhance the image contrast, analog image by Gaussian white noise and salt-pepper noise, mean filtering,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:36759
    • 提供者:hello
  1. meanFilter

    0下载:
  2. Mean filter to get rid of salt and pepper noise in images using openCV library for VC-Mean filter to get rid of salt and pepper noise in images using openCV library for VC++
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:3309126
    • 提供者:mariam
  1. ImageNoiseReduction

    0下载:
  2. 均值滤波对高斯噪声的效果 二维自适应维纳滤波对高斯噪声的滤除效果 对加入椒盐噪声的图像分别作均值、中值和维纳滤波 分别使用二维统计滤波对椒盐噪声和高斯噪声进行滤波 利用wrcoef2函数进行图像去噪-Mean filter on the effect of Gaussian noise two-dimensional Adaptive Wiener filtering of the Gaussian noise filtering effect the image to j
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:3164
    • 提供者:高超
  1. Themedianfilteringdigitalimagesource

    0下载:
  2. 数字图像的中值滤波源码,应用环境vc++6.0,中值滤波对于滤出椒盐噪声(脉冲噪声)效果较好。-The median filtering digital image source, application environment vc++6.0, median filtering to filter out salt-pepper noise (impulse noise) effect is good.
  3. 所属分类:Graph program

    • 发布日期:2017-05-12
    • 文件大小:2954784
    • 提供者:杜小三
  1. ImageProcess

    0下载:
  2. 这是用C#写的一个小型图像处理应用程序,包含有中值滤波,椒盐噪声,高斯低通等功能。-It is written in c# of a small image processing applications, contains the median filter, salt &pepper noise, gaussian low-pass etc. Function.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-04
    • 文件大小:527787
    • 提供者:影月
  1. imageprocessing

    0下载:
  2. 将lena图像(或别的)施加Pa=Pb=0.1的椒盐噪声,然后采用3 3中值滤波进行处理,给 出去噪前后的图像 将Pepper图像分别进行平滑和锐化处理,分别给出滤波后的图像-The lena image (or other) the imposition of Pa = Pb = 0.1 of the salt and pepper noise, then a 3 3 median filter processing, the image will be given before an
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1230307
    • 提供者:江涛
  1. Untitled2

    0下载:
  2. 在图像中处理椒盐噪声的自适应滤波器 代码原创-In the image processing salt &pepper noise adaptive filter
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:818
    • 提供者:钟梦清
  1. 1105class

    0下载:
  2. This a simple image processing application: salt pepper noise, Gaussian, binarization, median filtering-This is a simple image processing application: salt pepper noise, Gaussian, binarization, median filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:252968
    • 提供者:apple
  1. solter_filter

    0下载:
  2. 摘要 本文提出了一种新的基于极大似然法的椒盐噪声滤波算法。在传统BP 算法中引入 了极大似然估计,在训练样本时能够在考虑网络逼近行为的同时对噪声分布进行估计。而且 针对椒盐噪声模型构造了新的鲁棒误差函数,从而使算法本身的抗干扰性增强。实验结果表 明了该算法与传统BP 算法相比具有更好的滤波性能。-Abstract This paper presents a new maximum likelihood method based on impulse noise filter. In
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:194978
    • 提供者:weilei
  1. median_salt_pepper_noise

    0下载:
  2. Algorithm to remove salt-pepper-noise from x-ray images. No image processing toolboxes are needed.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1079638
    • 提供者:rafichris
« 1 23 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com