CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 背景建模

搜索资源列表

  1. gaussbgfg

    0下载:
  2. 高斯背景建模核心代码,在vs+opencv下使用-the core code of Gauss mixture modeling.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1566152
    • 提供者:黄未兰
  1. Gauss

    0下载:
  2. 高斯背景建模,利用opencv进行处理,并且提取出前景-Gaussian background modeling, to deal with the use opencv, and the prospect of extracting
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4085615
    • 提供者:raofeng
  1. opencvBackgroundExtraction

    0下载:
  2. 利用opencv 的 高斯模型来进行背景建模,在背景变化不大的情况下工作的不错。最好能有几帧纯粹的背景用于建模,这样效果会更好。-build the background model using Gaussian in opencv. some static background will make it works better
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:190469
    • 提供者:jiling
  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. BackgroundModel

    0下载:
  2. 背景建模,背景建置 利用VC6來做撰寫編譯 可以架設在VC6系統,可供需要的人下載-Background Build using Visual c++ 6
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:46017
    • 提供者:yusheng1007
  1. 33753164ObjectTrack

    0下载:
  2. 不错的代码,基于vc++的代码用于背景建模的,实现过了,能用,效果还不错-good encodeaa a a a aaaaaaaaaaaaaaaaaaaaaaaaaaa
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:924758
    • 提供者:十年砍柴
  1. 111

    0下载:
  2. 基于混合高斯背景建模和阴影抑制算法, 可以消除混合背景下的阴影-mixture gaussian model(GMM)
  3. 所属分类:Document

    • 发布日期:2017-05-15
    • 文件大小:3836887
    • 提供者:shenyin
  1. mixture_of_gaussians

    0下载:
  2. 基于混合高斯背景建模的理论思想,实现运动目标检测,检测效果理想-Gaussian Mixture Background Modeling Based on the theory of ideology, to achieve moving target detection, test results are satisfactory
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:2076
    • 提供者:chenjz
  1. matlabGMM

    0下载:
  2. 用matlab编的混合高斯模型的背景建模方法,可以参考一下。-Matlab compiled using a mixed Gaussian model of background modeling method, you can reference.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:2177
    • 提供者:sunrui
  1. backgroundmodeling

    0下载:
  2. 运动目标检测,背景建模,高斯背景建模,对初学者很有帮助-Moving target detection, background modeling, Gaussian background modeling, very helpful for beginners
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:32043
    • 提供者:yu zhu
  1. KDE_subtraction

    0下载:
  2. 采用非参数背景建模,MFC,对运动目标进行检测,有很高的参考价值-Using non-parametric background modeling, MFC, the moving target detection, a high reference value
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-24
    • 文件大小:53131
    • 提供者:yu zhu
  1. 7788

    0下载:
  2. 大名鼎鼎的方帅的博士学位论文---目前,计算机智能视频监控在理论和应用上都面临着很多难题,国内外大批学者投身于该领域的研究和探索,并且取得了大量的成果.本文是在这些成果的基础上,对计算机智能视频监控系统的关键技术进行研究.主要贡献可概括如下:首先,对目标检测技术进行了研究,并提出了一种基于背景建模的运动目标检测算法.利用统计的方法建立了基于颜色和颜色梯度的背景模型,并实时地对背景模型进行更新,最后将这两种背景模型综合考虑对目标进行了有效的检测.接着,研究了复杂背景下多目标跟踪问题,提出了基于蒙特
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-19
    • 文件大小:5263067
    • 提供者:王一
  1. background_modelling

    0下载:
  2. 此文件为视频处理的高斯背景建模,开发环境为VC++6.0,视频输入格式为avi-guass background modeling of image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3677371
    • 提供者:华仁军
  1. OPENCVgmm_modeling

    0下载:
  2. 基于OPENCV高斯背景建模源码,可实现初步的运动目标检测-OPENCV Gaussian background modeling based on source code, enabling the initial detection of moving targets
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:10939
    • 提供者:杨彪
  1. background_detect

    0下载:
  2. 高斯背景建模提取,使用opencv 2.1ver,VS2008 下建立的工程-Gaussian background modeling extraction, using opencv 2.1ver, VS2008 projects established under the
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3670770
    • 提供者:zhao
  1. 单高斯

    0下载:
  2. 单高斯背景建模实现,仿照网上程序实现,可以使用(Single Gauss background modeling implementation, modeled on the online program to achieve, you can use)
  3. 所属分类:图形图象

    • 发布日期:2017-12-26
    • 文件大小:332800
    • 提供者:Jon——f
  1. 背景差GMM

    0下载:
  2. opencv,vs2010 利用混合高斯模型,得到运动前景,与静态背景(Opencv and VS2010 use hybrid Gauss model to obtain motion foreground and static background)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-18
    • 文件大小:91667456
    • 提供者:ruiruihaha
  1. code

    0下载:
  2. 初步尝试使用单高斯模型进行背景建模与跟踪提取,采用形态学方法,对于背景单一的场景,提取效果还可以。(Preliminary attempts are made to use single Gauss model for background modeling and tracking extraction. Morphological method is used to extract the effect from a single scene.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:miaochengshi
  1. GMM背景建模c++

    0下载:
  2. 混合高斯建模用于背景建模,用于背景检测,速度不是很快....C++语言(GMM background dectect)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:3072
    • 提供者:weizhaoqi
  1. gaosibeijing2

    0下载:
  2. 高斯背景建模,用于背景搭建,背景更新速度更为快速(Gauss background modeling is used for setting up background, and the speed of background updating is faster.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-28
    • 文件大小:2048
    • 提供者:pssenger
« 1 2 34 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com