搜索资源列表
对图像进行中值滤波处理的源代码
- 平滑滤波 一般来说,图像的能量主要集中在其低频部分,噪声所在的频段主要在高频段,同时系统中所要提取的汽车边缘信息也主要集中在其高频部分,因此,如何去掉高频干扰又同时保持边缘信息,是我们研究的内容。为了去除噪声,有必要对图像进行平滑,可以采用低通滤波的方法去除高频干扰。图像平滑包括空域法和频域法两大类,在空域法中,图像平滑的常用方法是采用均值滤波或中值滤波,对于均值滤波,它是用一个有奇数点的滑动窗口在图像上滑动,将窗口中心点对应的图像像素
VC去除椒盐噪声
- 一个去除椒盐噪声的图像处理程序,采用了中值滤波,效果很不错-a noise image-processing program, using a median filter, the effect is very good
LMS11
- 自己编的LMS自适应算法的MATLAB源程序 本程序内容: 产生一个信号+白噪声序列,用lms算法自适应去除噪声; lmsx.m为自适应函数 task2.m为主函数,其中调用lmsx.m -own series of the LMS algorithm MATLAB source of this program : produce a white noise signal sequence, using LMS ad
EPD
- 这是一个语音去除噪声的程序,通过运行这个程序,可以去除已有语音信号中的背景噪声,提高语音质量-This is a voice noise removal procedure for the adoption of the operating procedures, Removal can have voice signal the background noise, improve voice quality
LOG_filter_distill_edge
- 数学形态学提供了一种以形态或集合论为基础对图像进行分析理解的工具。可以用来去除噪声、抽取骨架、插补、分割、多分辨率分析、匹配等。 包括四个主要的算符:扩张(膨胀)○+,腐蚀○-,开○,闭●- Mathematics morphology has provided one kind carries on the analysis understanding take the shape or the set theory as t
imgMathMorph
- 该程序主要是图像中的形态学操作,包括膨胀、腐蚀、开运算、闭运算、形态浮雕、去除噪声等,图像初学者可参考。-the procedure is the main image of morphological operations, including the expansion, corrosion, opening operation, closing operation, form of arms noise removal, imag
hareresholddenoising
- 对信号进行小波分解,用硬阈值方法去除噪声,进而提高精度-right signal wavelet decomposition, with a hard threshold to remove noise, and to improve accuracy
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],计
ImageDIP
- 为了去除噪声,先采用中值滤波,然后用图像锐化处理,目的是使模糊的图像变得更加清晰起来。选用的是梯度锐化-to remove noise, first used the filter, and then use the image sharpening. purpose is to make vague images become more clearer. Uses the gradient Unsharp
trapper
- 用于图像预处理,自适应滤波器的代码,去除噪声-For image preprocessing, adaptive filter code, remove the noise
ImageProcess
- 数字图像处理,可以对彩色图像进行量化,去除噪声,灰度化,并设置灰度图像的灰度级。自动定位硬盘中的图片,支持多种格式。-Digital image processing, color images can be quantified, remove noise, gray and gray-scale image and set the gray level. Automatically positioning the hard disk
lv
- 本程序的功能是产生带有噪声的波形图像,通过加窗,滤波器来去除噪声,该程序可以根据用户需求自行选择波形的频率和振幅,运行结果明显-This procedure is generated with the function of the noise waveform images, by the addition of windows, filter to remove noise, the program can be based on
pujian
- 另一种谱减法的应用,有效的去除噪声的影响-Another application of spectral subtraction and effective removal of noise
imagedenoising
- 实现图像受混合噪声污染时去除噪声的目的,在6种方法比较之下,得出最优的图像去噪算法-Image by mixed noise pollution when the purpose of removing noise, in the six kinds of methods of comparison, the optimum image denoising algorithm
signalwaveletdecomposeandreconstruct
- 实现信号的小波分解,绘制小波不同尺度下的信号分解图形,同时去除噪声,实现信号的小波重构-The realization of the wavelet decomposition of signals, mapping at different scales of wavelet signal decomposition graphics, while removing noise, the realization of the sign
Separately_based_on_wavelet
- 基于小波变换的分开—合并图像分割matlab .采用多尺度小波变换系数作为四分树结构的分开一合并法图像分割的一致性度量 从而在大的图像块中。去除噪声的影响,在小的图像块中,以小波变换的局部极大值精确定位边缘,根据边缘信息进行分开一合并法图像分割 .实验表明.算法得到满意的结果 . -Separately based on wavelet transform- the combined image segmentation mat
zy1
- 摘要 该文主要考虑利用图像噪声再生技术来提取图像细节 其思想是利用被滤除的噪声信号进行回收再利用 通过对噪声信号和初步去噪信号进行小波变换 比较它们的小波系数 当噪声信号的小波系数达到一定的阈值时 将噪声信号的小波系数保留叠加至初步去噪信号的小波系数 然后利用传统的软阈值去噪的方法来进行图像的去噪 从而达到既能够去除噪声 又能保留图像细节的目的 实验证明 该方法较传统的方法在去噪和细节保持上有改进-Abstract In this pa
thepic
- 实现图片的去噪声,在高斯噪声存在下可用此程序去除噪声-derive theformula of averaging using discrete convoluntion
bandlets-denoising-simple
- Matlab关于图像去除噪声的研究说明和源程序的编写及其应用-Matlab on the image to remove noise study of the preparation of notes and source code and its application
zishiyinglvbo
- 对一个信号添加随机噪声,之后进行自适应滤波去除噪声,参数可由用户自行输入。-Adding random noise on a signal, after the adaptive filter to remove noise, the parameter input by the user themselves.