搜索资源列表
VC去除椒盐噪声
- 一个去除椒盐噪声的图像处理程序,采用了中值滤波,效果很不错-a noise image-processing program, using a median filter, the effect is very good
zhengxianlvbo
- 图像的正弦噪声滤波。 很不错的一个程序哦!-image sinusoidal noise filtering. Quite a procedure!
DSPLIT.DSW1
- 二值图像的黑白点噪声滤波,邻域平均法,中值滤波,产生噪声-two values point to the black and white image noise filtering, neighborhood average, median filtering, generating noise
pcnnlvbo
- 一个基于脉冲耦合神经网络的高斯噪声滤波程序,包括源码和实验结果-pulse coupling based on a neural network Gaussian noise filtering procedures, including source and experimental results
Mean_Mid_MATLAB
- 八邻域均值算法与中值算法的比较,加高斯噪声滤波进行比较
HW2
- 该程序实现了图像的轮廓提取。综合应用了图像二值化、二值化图像的黑白点噪声滤波、图像的腐蚀和膨胀、图像轮廓提取算法。
滤波去噪
- 用MATLAB进行去除斑点噪声用MATLAB进行去除斑点噪声用MATLAB进行去除斑点噪声
GammaMap和Lee滤波器
- GammaMap和Lee滤波器,用于图像斑点噪声滤波处理
rob_hess_pf.粒子滤波现在已经成为目标跟踪领域的主流算法
- 粒子滤波现在已经成为目标跟踪领域的主流算法,它的应用范围广泛,在非线性、非高斯噪声下依然表现良好。该代码是Rob Hess 编写的。他的个人主页是:http://web.engr.oregonstate.edu/~hess/ ,Now,Partical filter has become the main algorithm in moving target tracking region.It still perform very well in nonlinear non-gaussia
gaosilvbo.rar
- 一种新的 高斯滤波方法 对于抑制服从正态分布 的噪声非常有效,A new Gaussian filtering method for noise suppression of the normal distribution very effective
imagedenoising
- 对高斯噪声以及椒盐噪声滤波来进行图像的去噪-Of Gaussian noise and salt and pepper noise filtering for image denoising
xiaoboquzao
- 基于小波分析的噪声滤波程序。小波去噪源程序。-Wavelet-based noise filtering procedures
zishiyinglvbo
- 对一个信号添加随机噪声,之后进行自适应滤波去除噪声,参数可由用户自行输入。-Adding random noise on a signal, after the adaptive filter to remove noise, the parameter input by the user themselves.
离散滤波
- 在原始图像中加入高斯噪声,然后进行离散滤波实验仿真(The Gauss noise is added, and then the discrete filter is simulated)
最大最小值滤波
- 用最大值滤波和最小值滤波,对胡椒噪声和盐噪声进行去噪(Denoising of salt and pepper noise using maximum and minimum filtering)
均值滤波和中值滤波处理高斯噪声
- 均值滤波和中值滤波处理高斯噪声,比较差异(Mean filtering and median filter are used to deal with gaussian noise)
3.【卡尔曼滤波】kalman
- 卡尔曼滤波(Kalman filtering)一种利用线性系统状态方程,通过系统输入输出观测数据,对系统状态进行最优估计的算法。由于观测数据中包括系统中的噪声和干扰的影响,所以最优估计也可看作是滤波过程。(Kalman filtering (Kalman filtering) An algorithm that optimizes the state of the system by using the linear system state equation, through the syst
中值滤波
- 种非线性平滑技术,它将每一像素点的灰度值设置为该点某邻域窗口内的所有像素点灰度值的中值.中值滤波是基于排序统计理论的一种能有效抑制噪声的非线性信号处理技术,(Processing fuzzy images)
中值滤波
- 中值滤波可以保留目标边缘,这是中值滤波器相对于均值滤波器的最大优势。中值滤波具有去噪的性能,可以消除孤立的噪声点,可以用来减弱随机干扰和脉冲干扰,但是边缘不模糊。(Median filter can retain the target edge, which is the maximum advantage of median filter compared to mean filter. The median filter has the performance of denoising, w
SG滤波_Matlab
- 一般用来做时间序列的平滑,比如MODIS的NDVI EVI等植被指数的平滑,消除 云 缺失值等噪声,提升数据质量,对于时间序列的研究是一种重要的处理方法。