搜索资源列表
anigaussm
- 去除高斯噪声的有效码源,去噪能力强,使简单。
xiaobozhongzhilvbo
- 提出小波域中值滤波的去噪方法,在去除高斯白噪声的同时能有效地去除脉冲噪声。
RLS_RF3
- 应用自适应的干扰对消法去除高斯白噪声,程序中给出两种相关噪声产生的方法,第一种只有一个噪声是随机产生的,第二种两个噪声都是随机产生的。程序中给出了去噪后信噪比和均方差的增益。
wavefilter.rar
- 一种使用mqtlab编写的图像滤波器程序!可以有效去除高斯噪声,欢迎交流!,Written in a kind of image filter to use mqtlab program! Can effectively remove Gaussian noise, please share!
BispectrumWavelets
- 用双谱和小波变换去除信号中加性高斯噪声的相关程序 1.实现单个变量的双谱分析程序 2.用傅立叶反变换求自相关函数的程序 3.用fft求取喜好频谱、功率谱、均方根谱、对数谱的程序 4.读取.wav语音信号后用小波去加信白噪声的程序 5.用各种小波和阀值对同一信号去加性噪声效果比较的程序 -Double-spectral and wavelet transform to remove the signal plus Gaussian noise procedures 1. T
thepic
- 实现图片的去噪声,在高斯噪声存在下可用此程序去除噪声-derive theformula of averaging using discrete convoluntion
baizaosheng
- 本程序能实现基于小波模极大值算法去除高斯白噪声。效果显著-This procedure can achieve based on wavelet modulus maxima method to remove Gaussian white noise. Remarkably
DeNosingBaseOnXiaoBo
- 一种改进的基于PCNN神经网络和QPSO粒子行为的PSO的图像滤波算法,也可以较好地去除高斯噪声-Improved PCNN-based neural network and PSO behavior QPSO particle image filtering algorithm can also be better to remove Gaussian noise
guasssmooth
- 图像平滑用于去除图像中的噪声。高斯平滑,就是将每个像素的灰度值用其领域的加权平均值代替。该算法简单,能够有效去除高斯噪声。 -Image Smoothing is used to remove image noise. Gaussian smoothing is the gray value of each pixel with its weighted average of the field instead. The algorithm is simple and can effecti
quzao
- 去除图像噪声椒盐噪声高斯噪声实现图像处理-Salt and pepper noise removal of image noise, Gaussian noise, Image Processing
matlab-kongyu-lvboqi
- 平滑滤波器有中值滤波器和高斯低通滤波器,其中,中值滤波器对去除椒盐噪声特别有效,高斯低通滤波器对去除高斯噪声效果比较好。不同的滤波方式,在特定的图像处理应用中有着不同的效果和各自的优势-failed to translate
junzhilvbo
- 改进的邻域平均法,带阈值邻域平均法去除高斯噪声-Improved neighborhood average, with a threshold neighborhood averaging method to remove Gaussian noise
GaussSmooth
- 图像处理,高斯平滑(VHDL)实现了去除高斯噪声的功能,希望对大家有帮助-Image processing, Gaussian smoothing (VHDL)
face
- 维纳滤波去除高斯噪声 二维中值滤波去除椒盐噪声-Wiener filter to remove Gaussian noise 2D median filtering to remove salt and pepper noise
gaussian
- 去除高斯噪声,不调用库函数,自编函数去噪-remove gaussian nosie
EPLL
- iccv回忆论文对应的源码,用于高斯噪声的去除,原文题目为From Learning Models of Natural Image Patches to Whole Image Restoration(From Learning Models of Natural Image Patches to Whole Image Restoration)
NCSR
- 中心稀疏表达去除高斯噪声,iccv会议论文源码,内含文献,原文题目Centralized Sparse Representation for Image Restoration(Centralized Sparse Representation for Image Restoration)
MATLAB多方法去高斯白噪声-1
- matlab方法去除高斯白噪声,比较全面,有效。很好用的代码(Matlab method to remove gaussian white noise, more comprehensive, effective. Very handy code)
实验
- 高斯低通滤波器实现图像去噪,通过去除高频分量来降低图像噪声(Image denoising by Gauss low pass filter and reduction of image noise by removing high frequency components)
opencv 高斯滤波和中值滤波
- 通过opencv调用高斯滤波和中值滤波对图像进行卷积去除加入的椒盐噪声