搜索资源列表
fc5j_EM_matlab
- em算法求解混合高斯模型,适合图像处理中,对象分割-em algorithm Gaussian mixture model suitable for image processing, object segmentation
EMyu
- 最近在做毕设,是有关高斯混合模型的算法,主要采用EM算法,这片硕士论文在这方面介绍的比较详细,可以去下载研究下。
gmm_test.rar
- 使用EM算法模拟高斯混合模型(GMM)的构成,Analog EM algorithm using Gaussian mixture model (GMM) the composition of
GMM
- 实现混合高斯模型的聚类算法 利用最大似然估计和最大期望的方法来实现混合高斯模型-Gaussian mixture model to achieve clustering algorithm using the maximum likelihood estimation and the greatest way to achieve the desired mixed-Gaussian model
xml_toolbox-3.2.1-matlab-7.0-R14
- 高斯混合模型的matlab的实现,但是不包含em算法在里面,但是有版权,注意阅读内容-Gaussian mixture model of the matlab implementation, but does not include the em algorithm inside, but has the copyright and pay attention to read the content
EM_for_classify
- 混合高斯模型EM算法,对数据样本进行归类-EM algorithm by mixture gaussian model, calssify the data samples
EM_GM_fast
- EM基于高斯混合模型的EM算法,EM基于高斯混合模型的EM算法EM基于高斯混合模型的EM算法-EM-based EM algorithm for Gaussian mixture model
em(1)
- EM算法实现高斯混合模型参数估计的matlab程序,可以下载学习。-EM algorithm to achieve the matlab program Gaussian mixture model parameter estimation, you can download the study.
EM-suanfa-hunhegaosi
- em算法计算混合高斯模型的参数估计,极大似然,EM算法用于K均值问题的参数估计。MATLAB实现有代码-em algorithm Gaussian mixture model parameter estimation, maximum likelihood parameter estimation for K-means problem EM algorithm. MATLAB implementation code
EMmri
- EM算法完成mri图像的分割,特别是头部图像,使用混合高斯模型。-EM algorithm
Gaussian-mixture-model
- 混合高斯模型GMM EM算法,建模效果好,可以用于行为识别-Gaussian mixture model GMM EM algorithm, modeling effect, can be used for behavior recognition
EM
- EM算法,迭代得到高斯混合模型对原数据进行估计.直接运行EM.m,可以直观观察运行结果-use EM algorithm to get GMM(Gaussion Mixture Model)
mixGaussEm
- matlab m文件 EM算法混合高斯模型-matlab m file EM algorithm Gaussian mixture model
gmm
- EM算法以及混合高斯模型,c++实现,控制台程序,函数调用很简单方便。可以在低版本vc6.0运行。-EM algorithm and hybrid Gauss model, c++ implementation, the console program, function call is very simple and convenient. Can be run at low vc6.0.
EmGMM
- 高斯混合模型的最大期望迭代求解算法,可用于图像区域灰度分布估计-Expectation maximazation(EM) for Gaussian mixture model(GMM)
EM_CD
- 基于高斯混合模型和EM(Expectation Maximization)算法的SAR影像变化监测算法,并附带示例。总体思路是首先将两个时期的SAR影像做log和ratio运算,生成差分影像,然后通过EM算法估计高斯混合模型的参数,最后根据高斯混合模型最大概率,生成变化监测结果。-Unsupervised change detection method for SAR images using EM algorithms of Gaussian mixture model
peel-lerher
- 混合高斯模型和EM算法结合,当中用到了自己写的Kmeans聚类,附带测试样例,训练样例和main函数,()