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

搜索资源列表

  1. 混合高斯模型

    2下载:
  2. 经典混合高斯模型,运动目标检测
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-04-28
    • 文件大小:1944822
    • 提供者:mimosa0105
  1. 混合高斯模型原理

    0下载:
  2. 混合高斯模型原理GMM
  3. 所属分类:文档资料

  1. lhgcxgmm.rar

    1下载:
  2. 自己采用opencv编写的程序,该程序主要实现运动目标的检测,采用背景减法里面的GMM混合高斯模型,Opencv prepared to adopt its own procedures, the procedures for major sports achieve target detection using background subtraction inside GMM Gaussian Mixture Model
  3. 所属分类:OpenGL

    • 发布日期:2012-11-06
    • 文件大小:11015
    • 提供者:刘慧
  1. Background_GMM.rar

    0下载:
  2. 混合高斯模型,建立背景模型,从而可以分离前景与背景,Gaussian mixture model, background model, which can be separated from foreground and background
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3786944
    • 提供者:jiangkaihua
  1. EM-Algorithm.zip

    0下载:
  2. 最大期望值算法以及在混合高斯模型的应用的详细介绍,Expectations algorithm and the largest mixed-Gaussian model in the details of the application
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:240080
    • 提供者:欧阳博
  1. GuassionModel.rar

    0下载:
  2. 基于混合高斯模型的运动目标检测,值得学习,对背景更新相当有效,opencv程序
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1693
    • 提供者:夏正友
  1. GMM

    1下载:
  2. 混合高斯模型的C++程序,封装成为C++的类,直接调用即可。-gaussian mixture model train code
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:20888
    • 提供者:jiangkaihua
  1. BGFG_CODEBOOK

    1下载:
  2. 基于码书的运动目标检测是和混合高斯模型(MoG,GMM)类似的而简单有效的背景剪除方法,附件是VC++6.0编写的基于码书的运动目标检测,可直接读取摄像头,也可改为读取硬盘视频文件,需安装Opencv1.1-Codebook-based moving target detection and Gaussian mixture model (MoG, GMM) and a similar cut off the background simple and effective method of a
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2741451
    • 提供者:梁浩
  1. ga

    0下载:
  2. 基于混合高斯模型的背景建模方法的实现,用C++语言编写-Gaussian mixture model-based background modeling method of implementation, with C++ language
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:1228
    • 提供者:liuli
  1. GMM

    2下载:
  2. 实现混合高斯模型的聚类算法 利用最大似然估计和最大期望的方法来实现混合高斯模型-Gaussian mixture model to achieve clustering algorithm using the maximum likelihood estimation and the greatest way to achieve the desired mixed-Gaussian model
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:233689
    • 提供者:realwill
  1. mixture_of_gaussians

    1下载:
  2. 混合高斯模型 图像检测 可以应用于视频和图片-Mixture Gaussian model image detection can be applied to video and picture
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-04-25
    • 文件大小:2076
    • 提供者:孙灿
  1. codes

    1下载:
  2. 这个文件包里包含了几乎所有的聚类的工具箱,包含采用混合高斯模型的运动物体检测方面的源代码。-This document contains the bag almost all the clustering of the toolbox, including the use of Gaussian Mixture Model of Moving Objects for testing source code.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-04-26
    • 文件大小:125362
    • 提供者:齐欣
  1. gussmodel

    0下载:
  2. 混合高斯模型建模,对视频中背景进行混合高斯建模,在摄像机不动的环境中应用广泛-Gaussian Mixture Modeling of video Gaussian mixture background modeling, at the fixed cameras are widely used environment
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1028143
    • 提供者:zhou
  1. ObjectExtraction

    0下载:
  2. 利用混合高斯模型检测到目标,并对运动目标的运动加以分析。文件齐全,欢迎下载-Detection of the use of mixed-Gaussian model to the target, and the movement of moving targets to be analyzed. Complete documents, please download
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7520132
    • 提供者:陈偲
  1. BackgroundSubtractionLibrary

    0下载:
  2. 基于混合高斯模型的背景消除 利用混合高斯背景建模进行运动物体检测, 同时引入共轭先验以改进权值更新方程-Gaussian mixture model based on the background to eliminate the use of Gaussian mixture background modeling for moving object detection, while the introduction of conjugate a priori weights to imp
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:93998
    • 提供者:Lu
  1. Pattern_Classification_Project_3

    0下载:
  2. 两个模式识别算法实现,一个是线性区别函数另一个是混合高斯模型方法。本人的大作业,经验证可用。-Two pattern recognition algorithm, the difference between a linear function of the other is the Gaussian mixture model. I am a big operation, experience certificates available.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:253078
    • 提供者:苏冠华
  1. cv

    0下载:
  2. 混合高斯模型车辆运动检测 [VC++] 检测效果不错-Gaussian mixture model vehicle motion detection [VC++] detected the effect of good
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:129260
    • 提供者:mingming
  1. walkstraight

    2下载:
  2. 利用K均值聚类的方法实现人体的检测,混合高斯模型建立背景并实时更新-The use of K-means clustering method to achieve the human body detection, Gaussian mixture model to establish the background and real-time updates
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-04-25
    • 文件大小:5895
    • 提供者:chenying
  1. Adaptive_background_mixture_models

    0下载:
  2. 混合高斯模型的经典文章,费了我好大的劲才能找到-Gaussian mixture model of the classic article, took me to find a good big Jin
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:533200
    • 提供者:哥琴
  1. cvbgfg_gaussmix

    0下载:
  2. 利用混合高斯模型进行前景检测的源代码实现,依据的是Stauffer发表的Adapptive background mixture models for real-time tracking.-The prospects for the use of Gaussian mixture model, detection of the source code implementation, based on the Stauffer published Adapptive background mix
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:5514
    • 提供者:connie
« 12 3 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com