搜索资源列表
dsphomework1
- 数字信号处理的应用之一是从含有加性噪声的信号中去除噪声。现有被噪声污染的信号x[k]=s[k]+d[k],式中: 为原始信号d[k]为均匀分布的白噪声。 (1)分别产生50点的序列s[k]和白噪声序列d[k],将二者叠加生成x[k],并在同一张图上绘出x0[k],d[k]和x[k]的序列波形。 (2)均值滤波可以有效去除叠加在低频信号上的噪声。已知3点滑动平均数字滤波器的单位脉冲响应为h[k]=[1,1,1 k=0,1,2],计算y[k]=x[k]*h[k],在同一张图上绘出前50点y[
myfile1
- 灰度图像的中值滤波处理+灰度图像的均值滤波处理 -gray image median filtering image processing gray mean filter
ImageProcesses2
- 提供对图像的灰度拉伸、颜色反向、阈值分割、中值滤波、均值滤波、边缘处理、细化等功能。
lvbo
- 近均值滤波(单一图像) 近均值滤波(单一图像)
junzhilvbo
- 图像的均值滤波源代码,效果不错,希望对搞图像的人们有帮助
jzlb
- --- --均值滤波
对图像进行中值滤波处理的源代码
- 平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素点的灰度值用窗口内的各个点的灰度值的平均值代替,如果滑动窗口
领域平均法与均值滤波
- 这是我们在学习数字图像处理过程中,对领域平均法和中值滤波的程序代码。-This is our learning digital image processing, the field average and median filtering the code.
4edge
- 了在取均值过程中窗口各个像素点所占的权重,也就是各个像素点的系数,这时候就称为加权均值滤波;对于中值滤波,对应-mean in the process from all pixels window share of weights, which is all the coefficient of pixels, this time called on the weighted average filter; For median filter corresponds
delphijunzhilvbo
- 使用delphi完成的均值滤波的例子-Completed using the mean filter delphi examples
jzlb
- 均值滤波,附有实验图片 均值滤波,附有实验图片-Mean filter, mean filter with the experimental image with the experimental picture
junzhilvbo
- 均值滤波模块,可以单独使用,且还能与其他模块配套使用。-Mean filter module can be used alone, and also supporting the use of other modules.
imgdenoising
- 均值滤波去噪,中值滤波去噪以及SVD去噪-Mean filter denoising, median filtering and denoising SVD Denoising
junzhilvbo
- 对图像进行均值滤波:加入椒盐噪声、高斯噪声,并进行处理(Average filtering of images: adding salt and pepper noise, Gauss noise,)
新建 Microsoft Word 文档
- 在照片中加入椒盐噪声、高斯白噪声。? 分别用3*3、5*5、7*7的均值滤波器和中值滤波器进行滤波。(Salt and white noise are added to the picture. The filter is used to filter the mean filter and median filter of 3 * 3, 5 * 5, 7 * 7.)
equalize_hist
- 1. 均值滤波:即线性滤波,有: a.邻域平均, b. 加权平均两种。 a. 邻域平均:用一个像素邻域平均值作为滤波结果,此时滤波器模板的所系数都取1,为保证输出图仍在原来的灰度值范围,在算得R后要将其除以系数总个数再进行赋值,对3*3的模板来说,在算得R后要将其除以系数9。 b. 加权平均:对同一尺寸的模板,可对不同位置的系数采用不同的数值,一般认为离对应模板中心像素近的像素应对滤波结果又较大贡献,所以接近模板中心的系数可比较大而模板边界附近的系数应比较小。(1. mean filter
JZLB5
- 数字图像处理学习,基于matlab的快速均值滤波实现(Digital image processing learning based on Matlab based fast mean filtering)
代码
- 模拟仿真了均值滤波和中值滤波的滤波效果。(The filtering effect of mean filter and median filter is simulated.)
NL-means
- 利用MATLAB实现了图像的非局部均值去噪算法,效果明显。(The non local means denoising algorithm of image is implemented by MATLAB, and the effect is obvious.)
中值滤波和均值滤波
- 本程序适用于均值滤波和中值滤波的图像处理(This program is suitable for image processing of mean filtering and median filtering.)