搜索资源列表
repictured
- 对图象重建,进行7*7中值滤波,对图象进行锐化处理,和均值滤波的比较-right image reconstruction, 7 * 7 Median filtering, the image sharpening, and the mean filter comparison
abdi-PCA4Wiley.zip
- ua University, in 2002 publi this document, including the Mont A program of curve fitting based Bayesian Filter. Bayesian (Bayesi a target tracking system MATLAB s cubic spline curve fitting This i book is widely used in engineerin this
SAR Filter.rar
- SAR图像三种滤波方法: 1、gamma_MAP滤波; 2、均方差滤波: 3、Lee滤波,SAR image filtering method three: 1, gamma_MAP filter 2, mean square error filter: 3, Lee filter
filter
- 用自编函数进行均值滤波、中值滤波、高斯滤波,并与matlab自带函数进行比较-own code with function of mean filter, median filter, Gaussian filter
NLMean
- 非局部均值(Non-local Mean)SAR滤波,matlab程序-Non-local mean (None-local Mean) SAR filtering, matlab program
pcnnimwrite
- 去除脉冲噪声:中值滤波,均值滤波,PCNN滤波的比较,包括计算噪声图像的信噪比,matlab算法程序。-Remove impulse noise: median filter, mean filter, PCNN filter comparison, including the calculation of noise, the SNR, matlab algorithm program.
NLMeans
- 非局部均值滤波的算法,还不错哦~自己觉得很好-Non-local mean filter algorithm, is also a good feel oh well
arithmetic_filter
- the given file contains the implementation of the ARITHMETIC FILTER using two methods. 1.based on the mathematical concept of arithmetic mean realised using for loops. 2.using imfilt -built-in function of matlab.this function makes use of the con
Particle-filter-tracking-research
- 基于改进Mean-Shift算法的粒子滤波跟踪应用研究的一篇学位论文,武汉科技大学的硕士学位论文-Mean-Shift algorithm based on improved particle filter tracking an applied research dissertation, Wuhan University of Technology, Master Thesis
Mean-Gaussian-noise-filter
- 均值滤波对高斯噪声的影响,均值滤波是经典滤波算法,用于图像处理领域,本代码用matlab开发。-Mean Gaussian noise filter, mean filter is a classical filtering algorithm for image processing, the code developed using matlab.
Filtering
- 时域滤波方法,频域滤波大全(包括中值滤波,均值滤波,理想低通,巴特沃斯低通 带通滤波器-Time-domain filtering, frequency domain filtering Daquan (including the median filter, mean filter, the ideal low-pass, Butterworth low-pass band-pass filter
noise-filter
- matlab code for to reduce noise on image - median filter, mean filter, maximum filterm, hybrid median filter, etc
mean-filter1
- mean filter . it takes image and calcultates mean from neighbourhood replaces
particle-filter-visual-tracking
- 该代码用于实现粒子滤波视觉目标跟踪(PF)、卡尔曼粒子滤波视觉目标跟踪(KPF)、无迹粒子滤波视觉目标跟踪(UPF)。它们是本人这两年来编写的核心代码,用于实现鲁棒的视觉目标跟踪,其鲁棒性远远超越MeanShift(均值转移)和Camshift之类。用于实现视觉目标跟踪的KPF和UPF都是本人花费精力完成,大家在网上是找不到相关代码的。这些代码虽然只做了部分代码优化,但其优化版本已经成功应用于我们研究组研发的主动视觉目标跟踪打击平台中。现在把它们奉献给大家!-These codes are us
Adaptive-MMSE-filter
- 数字信号处理 一阶自适应最小均方误差预测滤波器-Digital signal processing first-order adaptive minimum mean square error of prediction filter
four-filter
- 线性滤波器、均值滤波器、中值滤波器、梯度倒数滤波器的matlab源程序-Linear filter, mean filter, median filter, gradient countdown of the filter matlab source
Mean-filter
- 滤波模板为 m=3,5,7对加噪正弦信号的滤波的实现和显示 -Filter template for m = 3,5,7 plus noise filtering to achieve sinusoidal signal and display
Mean-filter
- 本代码基于MATLAB和visual c++进行均值滤波。原理主要是利用某像素点周边像素的平均值来打到平滑噪声的效果。-This code is based on MATLAB and visual c ++ mean filter. The principle is to use the average value of pixels around a pixel to hit the effect of smoothing noise.
Low-Pass-Filter
- Low Pass Filter - Median Filter - Mean Filter
mean
- 通过均值滤波实现图形的平滑作用,效果较明显。(Through the mean filter to achieve the smooth effect of graphics, the effect is more obvious.)