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

搜索资源列表

  1. Junzhi

    0下载:
  2. 均值滤波的基本思想是用几个像素灰度的平均值来代替每个像素的灰度。-Mean filter based on the idea that a few pixels to replace the average of gray for each pixel grayscale.
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1190
    • 提供者:ianshave
  1. NLM

    1下载:
  2. 非局部平均算法是一种自适应的空域滤波算法,可以看作Yaroslavsky滤波和双边滤波算法的改进。-Nonlocal average algorithm is a kind of adaptive spatial filtering algorithm, can be seen as Yaroslavsky filter and the improvement of bilateral filtering algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2377
    • 提供者:刘聪
  1. 滤波处理

    0下载:
  2. 滤波处理,包括最大值滤波、最小值滤波、中值滤波和平均值滤波!-filter processing, including filtering maximum and the minimum of filtering, median filtering and filtering average!
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3032
    • 提供者:rterwill
  1. denoisingFilters

    0下载:
  2. denoising filters such as Average, Median, Gaussian, Wiener, Min-order-statistic, Maxorder-statistic and Median-order-statistic are used. Based on the images obtained by the mentioned filters, it is become obvious clear that for the given noisy im
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:89575
    • 提供者:jams1166
  1. NewPaperImplementation(Median_AVG_Mean)

    0下载:
  2. It is a speckle noise filter using median-average-mean filter. it will remove the speckle noise from images this filter is based on a proposed technique in a paper -It is a speckle noise filter using median-average-mean filter. it will remove the spe
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2960
    • 提供者:aaaa
  1. Untitled

    1下载:
  2. 将一幅512×512的原始灰度图像,采用3×3的平均窗口对它作滤波运算(原图像外围的像素的灰度值视为128);对滤波后图像隔行、隔列丢弃一半像素形成一幅256×256的小图像;对此小图像分别采用最邻近内插、双线性内插的方法将它放大为512×512的大图像。对照原图像,计算两种放大图像各自的PSNR。-A grayscale original image of 512 × 512, using a 3 × 3 window average (gradation values ​ R
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1709
    • 提供者:葛德
  1. High-Frequency-Emphasis-Filtering

    0下载:
  2. 此代码是关于高频强调滤波。利用高通滤波器削弱傅里叶变换的低频而保持高频相对不变点,这样会突出图像的边缘和细节,使得图像边缘更加清晰。但是由于高通滤波器偏离了直流分分量,从而把图像的平均值降低到了0,。一种补偿方法是给高通滤波器加上一个偏移量。通过算法达到目的。-High-Frequency Emphasis Filtering.High-pass filers zero out the DC term (the value at the center of a high-pass filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:122172
    • 提供者:vina
  1. zishiying

    0下载:
  2. 一种自适应中值滤波图像去噪,比普通的中值滤波对椒盐噪声的去噪效果好-An adaptive median filter denoising, better than the average median filtering effect of the salt and pepper noise denoising
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1343
    • 提供者:ass
  1. filtre

    0下载:
  2. 图像基本处理,高斯,低通,高通,平均以及综合过滤器-The basic image processing, Gaussian, low pass, high pass, average and integrated filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:147640
    • 提供者:HE
  1. 2014-7-1

    0下载:
  2. 对于原始图像 < f5.tif > ,实现下列结果。 a.用平均滤波器平滑原始图像得到的模糊图像 b.用拉普拉斯算子增强上述a得到的模糊图像 c.用拉普拉斯算子增强原始图像 -For the original image <f5.tif>, to achieve the following results. a. smoothing filter with an average original image was blurred b.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2942088
    • 提供者:瑞安
  1. convolutionfilter

    0下载:
  2. 二维卷积过滤器 卷积是一种像素过滤器 用像素本身以及邻近像素的加权平均值来替换这个像素-Two-dimensional convolution filter Filters of the convolution is a weighted average of the pixel and the neighboring pixels in the pixel itself, the pixel is replaced
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-22
    • 文件大小:6485163
    • 提供者:魏斌
  1. Baseline-Filters-ECG

    1下载:
  2. This Matlab program filters the baseline drift in ECG signals using different techniques: - median filtering - moving average filtering - first order Kalman Smoother Filter - first order zero-phase Lowpass filter - Bandpass filter using
  3. 所属分类:source in ebook

    • 发布日期:2015-05-21
    • 文件大小:2164736
    • 提供者:Vessika
  1. Gaussian

    0下载:
  2. 高斯滤波是一种线性平滑滤波,适用于消除高斯噪声,广泛应用于图像处理的减噪过程。通俗的讲,高斯滤波就是对整幅图像进行加权平均的过程,每一个像素点的值,都由其本身和邻域内的其他像素值经过加权平均后得到。高斯滤波的具体操作是:用一个模板(或称卷积、掩模)扫描图像中的每一个像素,用模板确定的邻域内像素的加权平均灰度值去替代模板中心像素点的值。-Gaussian smoothing filter is a linear filter for the elimination of Gaussian nois
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:572
    • 提供者:梅兰竹菊
  1. evaluation

    0下载:
  2. 图像去雾算法质量评价标准:均值方差,峰值信噪比及平均梯度的源代码,还有引导滤波的完整源代码。-Image quality uation algorithm defogging criteria: mean and variance, the peak signal to noise ratio and average gradient of the source code, as well as guide the filter complete source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1962
    • 提供者:张丽
  1. code

    0下载:
  2. ①去噪得到理想图像 均值滤波获取理想图像,滤波窗口取3 3; 改进均值滤波获取理想图像,滤波过程中首先去掉滤波窗口中的最大值点和最小值点,然后进行滤波,滤波窗口取3 3; 利用中值滤波法,获取理想图像,滤波窗口取3 3或5 5; 改进中值滤波法,获取理想图像,选取中值滤波法的中间三个值的平均作为输出,滤波窗口取3 3; ②利用原始图像减去理想图像得到噪声图像。 -① get the ideal imag
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3258
    • 提供者:周越
  1. ZaoShengXiaoChuDib

    0下载:
  2. 图像降噪处理:固定阈值法进行二值化、对二值图像的黑白点噪声消除、对二值图像进行消除孤立黑像素点、均值滤波处理、超限邻域平均法、n*n均值滤波处理、n*n中值滤波处理、十字型中值滤波、N*N最大值滤波、随机噪声处理、进行椒盐噪声处理、局部平均化处理。-Image noise reduction: fixed threshold binarization method for binary images in black and white spot noise elimination, the e
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:4858
    • 提供者:HY
  1. linyupingjun

    0下载:
  2. 邻域平均法用于图像的去噪滤波,有良好的效果,程序可以直接运行-Neighborhood average method for image denoising filter, with good results, the program can be run directly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:525
    • 提供者:蔺潇榕
  1. TOSHIBA-MCU-ADC

    0下载:
  2. 实现基于 toshiba tmp87系列 mcu 的 AD转换程序,AD 采样,滤波,平均,温度转换-realized the AD convertion,filter,average,and temperature calcaulation,
  3. 所属分类:SCM

    • 发布日期:2017-04-15
    • 文件大小:5501
    • 提供者:PHG
  1. test

    0下载:
  2. 数字图像处理中空域滤波中领域平均的matlab程序代码-Average matlab code digital image processing in the field of spatial filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:208970
    • 提供者:qing
  1. data-smooth

    0下载:
  2. 数据光滑matlab 2015a下运行。绘制源数据和光滑数据曲线,数据保存到EXECL文件。-Savitzky-Golay filter. A generalized moving average with filter coefficients determined by an unweighted linear least-squares regression and a polynomial model of specified degree (default is 2). The met
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:428301
    • 提供者:ht tao
« 1 2 ... 7 8 9 10 11 1213 14 15 16 »
搜珍网 www.dssz.com