-
EM_GM
% EM algorithm for k multidimensional Gaussian mixture estimation
%
% Inputs:
% X(n,d) - input data, n=number of observations, d=dimension of variable
% k - maximum number of Gaussian components allowed
% ltol - percentage of the log likelihood difference between 2 iterations ([] for none)
% maxiter - maximum number of iteration allowed ([] for none)
% pflag - 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none)
% Init - structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none)
%
% Ouputs:
% W(1,k) - estimated weights of GM
% M(d,k) - estimated mean vectors of GM
% V(d,d,k) - estimated covariance matrices of GM
% L - log likelihood of estimates
%( EM algorithm for k multidimensional Gaussian mixture estimation Inputs: X (n, d)- input data, n = number of observations, d = dimension of variable k- maximum number of Gaussian components allowed ltol- percentage of the log likelihood difference between 2 iterations ([] for none) maxiter- maximum number of iteration allowed ([] for none) pflag- 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) Init- structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) Ouputs: W (1, k)- estimated weights of GM M (d, k)- estimated mean vectors of GM V (d, d, k)- estimated covariance matrices of GM L- log likelihood of estimates)
- 2008-04-27 15:51:27下载
- 积分:1
-
FGseg
说明: 从静止的视频背景中,分割出前景目标的程序(Uses graph cuts to segment foreground objects from a static background in video. Morphology and Segmentation. foreground segmentation,
)
- 2011-03-24 11:28:35下载
- 积分:1
-
fcnlineintersect
detects intersection points of 2 vectors in 2D
- 2015-01-20 17:27:33下载
- 积分:1
-
Moravec
利用moravec兴趣算子提取图像的点特征,matlab编写(Moravec interest operator to use the image point feature extraction, matlab prepared)
- 2009-02-07 21:01:07下载
- 积分:1
-
drawsplines
演示matlab曲线拟和与插直的基本方法,详细的工具箱可供编程人员使用(demonstration Matlab curve fitting and interpolation straight to the basic methods, detailed toolkit for programmers to use)
- 2007-01-18 22:39:27下载
- 积分:1
-
TPS-RPM
目标检测与识别中,发生非刚性形变目标之间的点匹配算法。(Target detection and recognition, the occurrence of non-rigid deformation between the target point matching algorithm.)
- 2013-01-14 21:34:23下载
- 积分:1
-
Web-Hotel
Web Hotel Using Solaris Containers
- 2014-01-15 16:14:06下载
- 积分:1
-
wudiansancipinghuachuli
说明: 五点三次平滑法可用作时域和频域信号平滑处理。对时域作用是减少混入振动信号中的高频随机噪声。对频域是能使谱曲线光滑。(Three five-point smoothing method can be used as time domain and frequency domain signal smoothing. Effect on the time domain vibration signals to reduce high-frequency mixed with random noise. On the frequency domain is the spectral curve can smooth.)
- 2010-04-09 09:44:03下载
- 积分:1
-
Adaboost
matlab实现AdaBoost,弱分类算法包括fisher 伪逆 svm naivebayes 决策树。(matlab implements AdaBoost, weak classification algorithms include fisher pseudoinverse svm naivebayes tree.)
- 2021-01-22 16:38:40下载
- 积分:1
-
进制转换
说明: 使用MATLAB来实现进制转换的MATLAB GUI(Using MATLAB to realize the Matlab GUI of base conversion)
- 2020-01-06 16:29:34下载
- 积分:1