CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 高斯混合模型

搜索资源列表

  1. Gaussian-mixture-model

    0下载:
  2. 混合高斯模型GMM EM算法,建模效果好,可以用于行为识别-Gaussian mixture model GMM EM algorithm, modeling effect, can be used for behavior recognition
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1089240
    • 提供者:余梓兴
  1. street1

    1下载:
  2. 对红外热感相机采集的图像进行处理,采用混合高斯模型进行前景提取,实现对画面里人的跟踪-Infrared thermal camera captured images are processed using Gaussian mixture model foreground extraction, to achieve the picture tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-06-10
    • 文件大小:17254228
    • 提供者:xue xiao
  1. GMM

    0下载:
  2. 针对摄像机固定下的复杂背景环境,对采集到的视频图像的图像数据用混合高斯背景建模方法实现前景/背景分割,实现运动目标检测和跟踪。在进行前景检测前,先对背景进行训练,对图像中每个背景采用一个混合高斯模型进行模拟,每个背景的混合高斯的个数可以自适应。然后在测试阶段,对新来的像素进行GMM匹配,如果该像素值能够匹配其中一个高斯,则认为是背景,否则认为是前景。由于整个过程GMM模型在不断更新学习中,所以对动态背景有一定的鲁棒性。最后通过对一个有树枝摇摆的动态背景进行前景检测,取得了较好的效果。-For c
  3. 所属分类:Video Capture

    • 发布日期:2017-05-19
    • 文件大小:5177042
    • 提供者:axin
  1. GMM

    1下载:
  2. 使用混合高斯模型对肝脏CT图片分四类,并显示分类结果。-Using Gaussian mixture model for liver CT images divided into four categories, and displays the classification results.
  3. 所属分类:Special Effects

    • 发布日期:2016-05-10
    • 文件大小:108544
    • 提供者:彦南
  1. Gaussian

    0下载:
  2. 在VS2010中,利用openCV2.4.3写的基于混合高斯模型的运动目标检测。-moving object detection based on Gaussian mixture model in VS2010 and openCV2.4.3 ..
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4510137
    • 提供者:于洁
  1. guassianmodel

    0下载:
  2. 对采集的视频图像序列进行基于混合高斯模型的背景建模,随着背景的不断更新,提取出的背景效果越来越好,但该方法不适合背景变化剧烈的场景。-Video capture image sequences based on background modeling Gaussian mixture model, with the background of constantly updated, the extracted background effect is getting better, but th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2153
    • 提供者:
  1. mixture_of_gaussians

    0下载:
  2. 混合高斯模型提取视频帧前景背景图像,经试验验证准确率比较高-Mixed gaussian model to extract video frame prospects background image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1817
    • 提供者:胖吉吉
  1. mixGaussEm

    0下载:
  2. matlab m文件 EM算法混合高斯模型-matlab m file EM algorithm Gaussian mixture model
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:2297
    • 提供者:wahaha
  1. BLS-GSM

    0下载:
  2. BLS-GSM代表“Bayesian Least Squares - Gaussian Scale Mixture(贝叶斯最小二乘-高斯尺度混合模型)”。 这个工具箱实现了该篇论文中介绍的算法: J Portilla, V Strela, M Wainwright, E P Simoncelli, Image Denoising using Scale Mixtures of Gaussians in the Wavelet Domain, IEEE Transaction
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:999849
    • 提供者:沙天飞
  1. Video-detect

    0下载:
  2. 目标自动识别与跟踪系统,基于MFC界面和opencv视觉库,采用混合高斯进行目标识别,基于局部颜色直方图模型进行自动跟踪,并实现跟踪框可变,跟踪结果实时显示。-target detection and track system
  3. 所属分类:OpenCV

    • 发布日期:2017-06-19
    • 文件大小:29652992
    • 提供者:郑家宁
  1. BSG_GMM

    0下载:
  2. 背景检测算法,利用混合高斯模型,可以每一帧更新背景帧得到较好的结果-Background detection algorithm, using Gaussian mixture model, you can update each frame background frame to get better results
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-29
    • 文件大小:9032
    • 提供者:
  1. Hybrid-Gaussian

    0下载:
  2. 混合高斯模型,能够区分前景和背景。导入视频可世界运行。但是还没有去噪,可能对前景分析不够准确。-The code of Hybrid Gaussian,It can distinguish the difference of foreground and background.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6468209
    • 提供者:江d
  1. hybrid-gaussian

    0下载:
  2. 混合高斯模型,提取前景和背景。效果勉强,可直接使用。-Mixed Gauss model, extraction of foreground and background.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-21
    • 文件大小:5735057
    • 提供者:江d
  1. run

    0下载:
  2. 基于混合高斯模型的背景减除实现程序,速度还可以,但是效果不是特别好,还有待改进-Gauss mixture model background subtraction procedure based on the implementation, can also speed, but the effect is not particularly good, there is room for improvement
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2015
    • 提供者:朱婷
  1. GMM-GMR-v2.0

    0下载:
  2. 利用混合高斯模型对背景图像进行建模,所谓“混合高斯”的意思就是每个像素都是由多个单高斯分布混合组成的。-Name of the file which the classifier is loaded. Only the old haar classifier (trained by the haar training application) and NVIDIA s nvbin are supported for HAAR and only new type of OpenCV XML ca
  3. 所属分类:OpenCV

    • 发布日期:2017-04-25
    • 文件大小:40565
    • 提供者:ZHUXIAOFANG
  1. bgfg_egmml

    0下载:
  2. 采用混合高斯模型对背景进行建模,然后对视频的运动目标进行检测!-By using the gaussian mixture model for background modeling, and then to detect the moving targets of video!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12300288
    • 提供者:李岩
  1. gmm

    0下载:
  2. 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.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:982166
    • 提供者:王菽裕
  1. npbayes

    1下载:
  2. 剑桥大学无参数贝叶斯课程的代码,主要包括狄利克雷过程,主题模型,无限混合高斯分布等-code of nonparametric bayesian cambridge, include dirichlet process, topic model, infinite mixutre gaussian
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:59906
    • 提供者:lintao
  1. meanshift-tracking

    0下载:
  2. 本算法实现的是目标的跟踪,采用的是混合高斯模型建立背景,然后用meanshift进行跟踪,包括使用MFC进行界面编辑-The algorithm is to track the target, using Gaussian mixture model background, and then meanshift track, including the use of interfacial MFC edit
  3. 所属分类:Data structs

    • 发布日期:2017-05-26
    • 文件大小:8730055
    • 提供者:zhangcheng
  1. VBEMGMM

    2下载:
  2. 变分贝叶斯高斯过程混合模型源码,主要基于pattern recognition and machine learning 这本书。-22 Oct 2008 gmmVBEM.m is the main file for VBEM Main file needs MyEllipse.m for plotting Netlab gmmem for initialization Following example file illustrates the usa
  3. 所属分类:matlab

    • 发布日期:2017-05-25
    • 文件大小:7740392
    • 提供者:
« 1 2 ... 20 21 22 23 24 2526 27 28 29 »
搜珍网 www.dssz.com