搜索资源列表
StirMark_3_1_79
- StirMark可以从多方面测试水印算法的鲁棒性,用于测试的攻击手段包括线性滤波、非线性滤波、剪切/拼接攻击、同步性等。-StirMark from numerous tests robust watermark algorithm, used in testing the means of attack, including linear filter, non-linear filtering, shear / splicing attacks, such as synchronizatio
linear-filter
- MATLAB code for Linear filtering without using imfilter function
linear
- - 1、限幅滤波法(又称程序判断滤波法) 2、中位值滤波法 3、算术平均滤波法 4、递推平均滤波法(又称滑动平均滤波法) 5、中位值平均滤波法(又称防脉冲干扰平均滤波法) 6、限幅平均滤波法 7、一阶滞后滤波法 8、加权递推平均滤波法 9、消抖滤波法 10、限幅消抖滤波法 -- 1, limiting filtering method (also known as filtering method to determine the procedure) 2, the median filteri
data
- Smooth Linear filter Median filter Laplacian Unsharp masking Sobel filter
NoiseReductionUsingaMedianFilter
- 本实验要求编写一个中值滤波的程序,并对产生的椒盐噪声的图像进行中值滤波处理。中值滤波是基于统计学的一种非线性滤波方法。我们还需要知道一个按大小排列的数组中间位置上的数据称为是中值。通过修改在实验project03-04的程序实现3*3中值滤波。-Prepared in this experiment, a median filtering process, and salt and pepper noise generated by the image processing median fil
A_Framework_for_NonlinearFilter_in_Matlab
- 英文文献,详细介绍了应用Matlab编写非线性滤波器的软件工程方法。对于想利用matlab作为工具解决滤波问题的同僚们有很大帮助。-English documents, which presents how to design the non-linear filter with matlab. Very praticle to those who are eager to solve filter problems with matlab.
Switching_median
- With the development in the image processing field a wide variety of filters have been developed. The quality of filters mainly depends on to which extent it is able to recover the degraded image so that it is as close as to the original image that i
MedianFilter
- 地震资料数字处理方法,应用中值滤波方法滤除地震记录上面波等线性干扰,并提取出线性干扰-Digital seismic data processing application method of median filtering to filter out seismic waves records of the above and other linear interference, such as surface wave
modefilt
- A similar non-linear filter with slightly different properties is the mode filter which replaces each pixel with the mode of its neighboring pixels. I additionally make a slight modification so that “bad” pixels are ignored entirely in the computatio
4
- 卡尔曼于1960年提出了离散系统线性滤波的递推求解方法即卡尔曼滤波算法。该滤波算法是基于线性最小平方法的、进行有效递推计算的一组数学方程式,算法功能强大,支持对过去、现在和将来状态的估算。-Kalman in 1960 proposed a linear discrete-time systems to solve recursive filtering methods for the Kalman filter. The filtering algorithm is based on the
gabor_image_paper
- Example of a two-dimensional Gabor filterIn image processing, a Gabor filter, named after Dennis Gabor, is a linear filter used for edge detection. Frequency and orientation representations of Gabor filter are similar to those of human visual system,
particle-filter
- 粒子滤波算法;粒子滤波算法源于Montecarlo的思想,即以某事件出现的频率来指代该事件的概率。因此在滤波过程中,需要用到概率如P(x)的地方,一概对变量x采样,以大量采样的分布近似来表示P(x)。因此,采用此一思想,在滤波过程中粒子滤波可以处理任意形式的概率,而不像Kalman滤波只能处理高斯分布的概率问题。他的一大优势也在于此。-these codes are particle filter resources codes which solve non-linear estimation
adaptive-filter
- 包含各种自适应滤波程序,线性、非线性,FIR及IIR,matlab实现-Program includes a variety of adaptive filtering, linear, nonlinear, FIR and IIR, matlab implementation
four-filter
- 线性滤波器、均值滤波器、中值滤波器、梯度倒数滤波器的matlab源程序-Linear filter, mean filter, median filter, gradient countdown of the filter matlab source
Mean-filter
- 线性滤波的基本原理是用均值代替原图像中的各个像,是典型的线性滤波算法-Linear filtering instead of the basic principle is the mean of each pixel in the original image, is a typical linear filter algorithm
matched-filter
- 指滤波器的性能与信号的特性取得某种一致,使滤波器输出端的信号瞬时功率与噪声平均功率的比值最大.即当信号与噪声同时进入滤波器时,它使信号成分在某一瞬间出现尖峰值,而噪声成分受到抑制。-In signal processing, a matched filter (originally known as a North filter[1]) is obtained by correlating a known signal, or template, with an unknown signal t
Linear-filtering
- 几种线性滤波C++程序实例,使用opencv实现-Several linear filter C++ program examples, the use of OpenCV to achieve
linear
- vs2012+opencv下的双线性滤波器自编代码-Vs2012+ opencv double-linear filter under the self-coding
Kalman filter
- 卡尔曼滤波(Kalman filtering)一种利用线性系统状态方程,通过系统输入输出观测数据,对系统状态进行最优估计的算法。由于观测数据中包括系统中的噪声和干扰的影响,所以最优估计也可看作是滤波过程。 斯坦利·施密特(Stanley Schmidt)首次实现了卡尔曼滤波器。卡尔曼在NASA埃姆斯研究中心访问时,发现他的方法对于解决阿波罗计划的轨道预测很有用,后来阿波罗飞船的导航电脑使用了这种滤波器。 关于这种滤波器的论文由Swerling (1958), Kalman (1960)与 Ka
IMU-sensor-fusion-with-linear-Kalman-filter
- 无迹卡尔曼滤波模型,具有详细注释,可修改为自己合适模型(Unscented Kalman filter model, with detailed notes, can be modified to its own appropriate model)