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

搜索资源列表

  1. smooth

    0下载:
  2. 对一幅图像进行加噪声!例如:高斯噪声、椒盐噪声等等!-On an image plus noise! For example: Gaussian noise, salt and pepper noise, and more!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:177661
    • 提供者:shengren
  1. lvbo

    0下载:
  2. 对一灰度图像分别加入高斯噪声、椒盐噪声,并进行中值滤波和均值滤波。-Of a gray image were added Gaussian noise, salt and pepper noise, and the median filter and mean filter.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:307616
    • 提供者:李明
  1. matlab

    0下载:
  2. 对一会度图片加入高斯噪声和椒盐噪声,并进行中值滤波和均值滤波处理-Degree of a picture will be added Gaussian noise and salt and pepper noise and median filter and mean filter processing
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:399335
    • 提供者:李明
  1. zhongzhijunzhi

    0下载:
  2. 一张真彩图像,将其转化为灰度图像,加入高斯噪声进行均值滤波,加入椒盐噪声进行中值滤波的源代码。-A true color image, convert it to grayscale, adding Gaussian noise filtering, adding salt and pepper noise, median filter to the source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1467
    • 提供者:李明
  1. 123

    0下载:
  2. filtering and salt and pepper noise reduction
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1959
    • 提供者:majid
  1. ImageProcessing

    0下载:
  2. Image Processing: Frequency Domain Enhancement Generate noisy versions of the cameraman image by adding noise with the following characteristics: Uniform with mean 40 and standard deviation 20 Gaussian of mean 40 and standard deviation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:4779
    • 提供者:engineer
  1. CTestblock.cpp.tar

    0下载:
  2. image processing ..function to add salt and pepper noise in the image-image processing ..function to add salt and pepper noise in the image....
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:562
    • 提供者:janpk
  1. weightedmedian

    0下载:
  2. 基于椒盐噪声滤波的改进加权中值滤波算法,目的在于处理高浓度椒盐噪声,并且有效的保护边缘细节-salt and pepper noise filter and weighted
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:8879
    • 提供者:蒋东升
  1. matlab

    0下载:
  2. 二维离散余弦变换的图像压缩 直方图均匀化 数字图像矩阵数据的显示及其傅立叶变换 模拟图像受高斯白噪声和椒盐噪声的影响 -Two-dimensional discrete cosine transform image compression histogram equalization of digital image data matrix display and the analog image by the Fourier transform of Gaussian
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2167
    • 提供者:yanjunfeng
  1. Resultats

    1下载:
  2. Compression Denoising enhanced procedures for your reference. Include: digital image data display matrix and its Fourier transform two-dimensional discrete cosine transform image compression method using gray-scale transformation of the contrast-enha
  3. 所属分类:matlab

    • 发布日期:2015-11-04
    • 文件大小:5120
    • 提供者:nounou28
  1. imageprocessshiyan3

    0下载:
  2. 图像去噪的内容,利用一个5X5模板对图像进行中值滤波,去除椒盐噪声。有PPT说明具体程序的步骤。-Denoising the content template using a 5X5 median filter on the image to remove the salt and pepper noise. There specify the procedures for PPT.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1286000
    • 提供者:xiongyiwen
  1. Image_Noise

    0下载:
  2. use for DIP noise about Gaussian, uniform, salt and pepper noise at lena.jpg
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4979059
    • 提供者:ju-wei-zu
  1. tuxiangchuli

    0下载:
  2. ⑴编程实现直方图均衡化 ⑵设计完成同态滤波器,并用之改善图象质量。 ⑶对某图像加入不同类型﹑不同强度的噪声(周期﹑椒盐噪声),并分别用空间域和频率域的方法抑制噪声。 -⑴ ⑵ programming histogram equalization filter design is completed with the state and used to improve the image quality. ⑶ image of a different intensity with di
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:493991
    • 提供者:wang
  1. ImageProcessing

    0下载:
  2. 对一幅图像加入高斯噪声和椒盐噪声后,分别进行均值滤波和中值滤波,比较两种滤波方法的优缺点-Of an image by adding Gaussian noise and salt and pepper noise, the mean filter, respectively, and median filtering, comparing the advantages and disadvantages of the two filtering methods
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5619
    • 提供者:zhaowei
  1. image_filter

    0下载:
  2. 本程序是基于VC6.0的图像滤波代码,程序可支持读入和显示所有的BMP图像,并可显示任意位置像素点的颜色信息。图像滤波处理是对8位的BMP图像执行的,采用改进的中值滤波算法。程序中还附有椒盐噪声的添加功能,可通过对话框选择添加任何密度的椒盐噪声,操作方便。-This procedure is based on the image filtering code in VC6.0, the program can support read and display all the BMP images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:2016329
    • 提供者:yingl
  1. dip2

    0下载:
  2. 给灰度图加入白噪声和椒盐噪声,并设计了几种去噪的算法实现对噪声的降低-Adding white noise to the grayscale and salt and pepper noise, and designed several denoising algorithm for noise reduction
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:633
    • 提供者:谢奎
  1. matlabcode2

    0下载:
  2. 数字图像显示及其傅立叶变换 、二维离散余弦变换的图像压缩、采用灰度变换的方法增强图像的对比度 、直方图均匀化、模拟图像受高斯白噪声和椒盐噪声的影响 等多个matlab图像处理实例-Digital image display and Fourier transform, two-dimensional discrete cosine transform image compression, the use of gray transform method to enhance image cont
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:10590
    • 提供者:张立
  1. jiaoyan

    0下载:
  2. 对原始图像添加椒盐噪声,并用邻域平均和中值滤波法进行滤波,并可以进行对比。-Add salt and pepper noise to the original image, and with neighborhood average and median filtering method for filtering, and can be compared.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:678731
    • 提供者:o璐璐
  1. tu

    0下载:
  2. 用c语言对图像加椒盐噪声,然后对加有椒盐噪声的图像进行形态学滤波,得到滤波后没有噪声的图像-C language by adding salt and pepper noise image, then add salt and pepper noise images with morphological filtering, no noise by filtering the image after
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1933040
    • 提供者:混混
  1. exp3_1

    0下载:
  2. 在VC6.0中利用OpenCV实现任何格式图像的指定概率椒盐噪声添加和均值滤波、带阈值的中值滤波-VC6.0 using OpenCV in any format images to achieve a specified probability and the mean filter add salt and pepper noise with median filter threshold
  3. 所属分类:OpenCV

    • 发布日期:2017-04-10
    • 文件大小:1456651
    • 提供者:范文
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 21 »
搜珍网 www.dssz.com