• 大小: 25KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-12
  • 语言: Matlab
  • 标签:

资源简介

利用高斯混合模型进行视频前景运动目标的提取!请使用自己的AVI文件。

资源截图

代码片段和文件信息

function foreground = extractForeground(videoframeSkipdataRangeminSigmaLevelshadowLevelsignificanceThresholduseGraphgraphAlphamorphStructureElementreturnLargestComponent)

% extractForeground:  Extract the foreground from a video.
%
% This file shows sample usage for extracting the moving foreground
% from a static background.  It is intended as an example only;
% More sophisitcated background modeling techniques particularly 
% adaptive ones may be applied instead.  However this should
% suffice for many simple videos.
%
% A number of parameters are available to control the behavior
% of the algorithm.  If these are unsupplied or empty reasonable 
% default values will be chosen.
%
% video:  This is the only required parameter.  It may consist
%   of a string c

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        870  2004-07-22 15:02  GMMsegmation\copyright.txt

     文件      10373  2004-07-22 14:45  GMMsegmation\extractForeground.m

     文件      15349  2004-07-14 16:24  GMMsegmation\gcut.cpp

     文件      24576  2004-07-22 14:27  GMMsegmation\gcut.dll

     文件        678  2004-07-22 14:11  GMMsegmation\graphLabel.m

     文件       9886  2004-07-22 14:27  GMMsegmation\h_prf.cpp

     文件       1539  2009-05-22 14:20  GMMsegmation\license.txt

     文件       3049  2002-07-27 00:00  GMMsegmation\phase2.c

     文件       8426  2004-07-22 14:23  GMMsegmation\pixCon.cpp

     文件      20480  2004-07-22 14:24  GMMsegmation\pixCon.dll

     文件        781  2004-07-22 14:13  GMMsegmation\pixCon.m

     文件       2236  2004-07-22 15:01  GMMsegmation\README

     文件       1193  2011-07-04 09:20  GMMsegmation\RUNME.m

     文件        991  2004-07-22 14:26  GMMsegmation\types_pr.h

     目录          0  2011-07-04 11:17  GMMsegmation

----------- ---------  ---------- -----  ----

               100427                    15


评论

共有 条评论

相关资源