搜索资源列表
anigaussm
- 去除高斯噪声的有效码源,去噪能力强,使简单。
GaussBackground
- 对图像序列进行高斯背景分析,去除背景和噪声,参见文章“Automatic Temporal Segmentation for Content-Based Video Coding”。-right image sequences Gaussian background analysis, and remove background noise, see the article "Automatic Segmentation fo
anigaussm
- 去除高斯噪声的有效码源,去噪能力强,使简单。-The effective removal of Gaussian noise source code, denoising capability, so that simple.
Gaussiansmoothing
- 高斯平滑是去除图像噪声的一种方法,用低频滤波器处理,低通滤波器的作用就是滤掉高频分量,从而达到减少图象噪声的目的,高斯平滑指的是滤波用的模版是高斯(guass)模版,通过采样2维高斯函数得到。-Gaussian smoothing is to remove the image noise is a means to deal with low-frequency filter, low pass filter function is t
origin_canny
- canny算子进行边缘检测的源代码。 (1)首先对图像进行高斯滤波,去除噪声的影响; (2)对滤波后图像计算梯度的幅值和方向 (3)对梯度幅值进行模极大值抑制 (4)双阈值确定边缘-canny edge detection operator to the source code. (1) First of all Gaussian image filtering to remove noise (2) after fi
xiaobozhongzhilvbo
- 提出小波域中值滤波的去噪方法,在去除高斯白噪声的同时能有效地去除脉冲噪声。-Wavelet domain filtering proposed denoising method to remove Gaussian white noise at the same time can effectively remove impulse noise.
RLS_RF3
- 应用自适应的干扰对消法去除高斯白噪声,程序中给出两种相关噪声产生的方法,第一种只有一个噪声是随机产生的,第二种两个噪声都是随机产生的。程序中给出了去噪后信噪比和均方差的增益。-Application of adaptive interference cancellation method to remove Gaussian white noise, the procedure given in the relevant noise g
MATLAB-OFDM
- 根据OFDM的基本原理, 利用MATLAB编写 OFDM系统仿真的程序,通过分步执行,能够比较清 楚地了解OFDM实现的整个过程,熟悉每一步变化 的数据特征。对掌握OFDM的原理和熟悉MATLAB 仿真都是非常重要的,仿真的最后给出了该OFDM 系统仿真的误码率。其中qpskmod.m 为QPSK调制 的函数 qpskdemod.m 为QPSK解调的函数 comb.m 为产生加性高斯白噪声的函数 giins.
thepic
- 实现图片的去噪声,在高斯噪声存在下可用此程序去除噪声-derive theformula of averaging using discrete convoluntion
wavefilter
- 一种使用mqtlab编写的图像滤波器程序!可以有效去除高斯噪声,欢迎交流!-Written in a kind of image filter to use mqtlab program! Can effectively remove Gaussian noise, please share!
baizaosheng
- 本程序能实现基于小波模极大值算法去除高斯白噪声。效果显著-This procedure can achieve based on wavelet modulus maxima method to remove Gaussian white noise. Remarkably
BispectrumWavelets
- 用双谱和小波变换去除信号中加性高斯噪声的相关程序 1.实现单个变量的双谱分析程序 2.用傅立叶反变换求自相关函数的程序 3.用fft求取喜好频谱、功率谱、均方根谱、对数谱的程序 4.读取.wav语音信号后用小波去加信白噪声的程序 5.用各种小波和阀值对同一信号去加性噪声效果比较的程序 -Double-spectral and wavelet transform to remove the signal plus
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 algor
quzao
- 去除图像噪声椒盐噪声高斯噪声实现图像处理-Salt and pepper noise removal of image noise, Gaussian noise, Image Processing
BM3D
- 关于高斯噪声去除的目前最优秀的算法 BM3D 欢迎大家交流学习-Welcome About the best algorithm BM3D Gaussian noise removal the exchange of learning
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)