搜索资源列表
Matlab-Fitting-Functions
- 附件中的m代码包括了一系列的拟合函数,这些函数通常的输入是概率分布的样本。还有最大似然估计仿真器、最小平方仿真器、混合高斯分布估计的EM算法、
GaussBackGroundModel
- 混合高斯背景建模的实现程序,Matlab编写,运算速度极慢,但可作为理解算法的示例代码.系作者参加SJTU PRP项目时所写。此代码已在原项目中不再使用。-The realization of Gaussian mixture background modeling procedure, Matlab writing, computing speed is very slow, but the understanding of the algorithm can be used as sampl
mixture_of_gaussians
- 这个代码适用于检测运动目标,基于混合高斯建模的运动目标检测。-this code can help you detection some objects,such as car,people,and so on. which based on mixture of gaussians background model
mixture_of_gaussians
- 基于混合高斯背景建模的背景差分视频目标检测方法。matlab代码-Video target detection method based on Gaussian mixture background modeling background difference. matlab code
GMM
- GMM(混合高斯模型)matlab代码,代码中有详细的代码说明。同时还包含一个例子。-GMM (GMM) Matlab code, the code has a detailed descr iption of the code. Also contains an example.
mixture_of_gaussians
- 这段代码是在matlab上运行的,能实现对视频的图像处理,即高斯混合背景建模方法。-This code is run in matlab that can realize the video image processing, namely Gaussian mixture background modeling method.
linmember
- 本代码解决的是在线性高斯环境下的目标跟踪,给出的是势均衡多目标多伯努利滤波器的高斯混合实现,本代码能够正常运行。- This code is to solve linear Gaussian target tracking environment, Gaussian mixture is given multi-objective multi-bonuli potential equalization filter implementation, this code to run prope
nacpggmf
- 使用高阶累积量对MPSK信号进行调制识别,用于时频分析算法,代码里有很完整的注释和解释,实现了对10个数字音的识别,一种流形学习算法(很好用),随机调制信号下的模拟ppm,关于小波的matlab复合分析,利用贝叶斯原理估计混合logit模型的参数。- Using high-order cumulants of MPSK signal modulation recognition, For time-frequency analysis algorithm, Code, there are ver
arhfuypw
- 利用贝叶斯原理估计混合logit模型的参数,构成不同频率的调制信号,复化三点Gauss-lengend公式求pi,双向PCS控制仿真,使用混沌与分形分析的例程,阵列信号处理的高分辨率估计,代码里有很完整的注释和解释。- Bayesian parameter estimation principle mixed logit model, Constituting the modulated signals of different frequencies, Complex of three-poi
ICCV-MoG
- 孟德宇老师的低秩分解代码,对动态变化的视频帧提取它的低秩背景,同时得到它的稀疏部分。利用混合高斯对误差进行建模(Teacher Meng Deyu's low rank decomposition code extracts the low rank background of the dynamic video frame and obtains the sparse part of it. The error is modeled by mixed Gauss)
混合改进蚁群算法matlab源程序
- 混合改进蚁群算法matlab源程序。其中,MainSim文件为主函数,此程序为基于自适应信息素、决策变量高斯变异和决策变量边界自调整三种改进的混合改进蚁群算法程序。其中,自适应信息素改进代码在ACOUCP文件的143-152行;决策变量高斯变异在GaussMutation文件;决策变量边界自调整改进代码在MainSim文件的40-49行。