登录
首页 » Visual C++ » VIBE

VIBE

于 2020-09-20 发布 文件大小:20719KB
0 278
下载积分: 1 下载次数: 43

代码说明:

  VIBE用于视频背景建模,经典算法,C++和matlab代码都有,文件是全的。(VIBE for video background modeling, classical algorithms, C++ and matlab code has a file is complete.)

文件列表:

VIBE
....\1.avi,638976,2005-03-14
....\vibematlab
....\..........\1.avi,638976,2005-03-14
....\..........\traffic.avi,208896,2007-08-20
....\..........\vibe.m,1527,2016-06-07
....\ViBe_background
....\...............\Debug
....\...............\.....\ViBe实现.exe,48128,2016-06-07
....\...............\.....\ViBe实现.exe.manifest,406,2013-01-17
....\...............\.....\ViBe实现.ilk,542000,2016-06-07
....\...............\.....\ViBe实现.pdb,1428480,2016-06-07
....\...............\ipch
....\...............\....\vibe实现-ed79413b
....\...............\....\.................\vibe实现-1b972800.ipch,57278464,2016-06-07
....\...............\ViBe实现
....\...............\........\1.avi,638976,2005-03-14
....\...............\........\Debug
....\...............\........\.....\CL.read.1.tlog,69454,2016-06-07
....\...............\........\.....\CL.write.1.tlog,2968,2016-06-07
....\...............\........\.....\hanshu.obj,89889,2016-06-07
....\...............\........\.....\link.read.1.tlog,14572,2016-06-07
....\...............\........\.....\link.write.1.tlog,1842,2016-06-07
....\...............\........\.....\mt.read.1.tlog,630,2016-06-07
....\...............\........\.....\mt.write.1.tlog,272,2016-06-07
....\...............\........\.....\stdafx.obj,4275,2016-06-07
....\...............\........\.....\vc100.idb,1043456,2016-06-07
....\...............\........\.....\vc100.pdb,1003520,2016-06-07
....\...............\........\.....\vibe.obj,103900,2016-06-07
....\...............\........\.....\ViBe实现.Build.CppClean.log,1352,2013-01-17
....\...............\........\.....\ViBe实现.exe.intermediate.manifest,381,2016-06-07
....\...............\........\.....\ViBe实现.lastbuildstate,79,2016-06-07
....\...............\........\.....\ViBe实现.log,2778,2016-06-07
....\...............\........\.....\ViBe实现.vcxprojResolveAssemblyReference.cache,707,2013-01-17
....\...............\........\.....\ViBe实现.write.1.tlog,0,2013-01-17
....\...............\........\hanshu.cpp,2753,2013-01-17
....\...............\........\hanshu.h,521,2013-01-17
....\...............\........\out.avi,5682,2016-06-07
....\...............\........\ReadMe.txt,317,2013-01-17
....\...............\........\stdafx.cpp,291,2013-01-17
....\...............\........\stdafx.h,320,2013-01-17
....\...............\........\targetver.h,314,2013-01-17
....\...............\........\ViBe-a universal background subtraction algorithm for video sequences.pdf,2633344,2013-01-17
....\...............\........\vibe.cpp,4033,2016-06-07
....\...............\........\ViBe实现.vcxproj,5654,2016-06-07
....\...............\........\ViBe实现.vcxproj.filters,1420,2013-01-17
....\...............\........\ViBe实现.vcxproj.user,143,2013-01-17
....\...............\ViBe实现.sdf,13914112,2016-06-07
....\...............\ViBe实现.sln,897,2013-01-17

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • cviimage
    cvi图像设计替换背景 扣图专用代码 毕业设计可用(cvi replace the background of graphic design graduate design buckle Figure specific code available)
    2020-07-01 15:00:01下载
    积分:1
  • 基于MATLAB的车牌识别系统的源代码(可以实现)
    基于MATLAB的车牌识别系统的源代码(可以实现)(The source code of the license plate recognition system based on MATLAB (can be realized))
    2020-07-04 09:20:02下载
    积分:1
  • KMeansBMPSeg
    模式识别经典方法之一 K均值算法(KMeans)进行图像分割 有完善的图形界面 可以通过柱状图的形式动态展示聚类程序(One of the classical method of pattern recognition K means algorithm (KMeans) for image segmentation has improved graphical interface can be dynamically displayed in the form of histogram clustering procedure)
    2010-05-22 13:33:13下载
    积分:1
  • K-maens
    K均值聚类算法对图像进行分割,实验用程序,亲测可用。(K-means clustering algorithm for image segmentation, experimental procedures, pro-test is available.)
    2013-07-20 16:43:29下载
    积分:1
  • Icb__Spectruut
    用Visual C编的用于语音的频频谱的检测,能显示出来语音的频谱图。 (Visual C series of the spectrum for voice detection, displayed the frequency spectrum of the voice.)
    2012-07-26 22:36:07下载
    积分:1
  • 11
    说明:  LSA的第一步是要去创建词到标题(文档)的矩阵。在这个矩阵里,每一个索引词占据了一行,每一个标题占据一列。每一个单元(cell)包含了这个词出现在那个标题中的次数。例如,词”book”出现在T3中一次,出现在T4中一次,而”investing”在所有标题中都出现了一次。一般来说,在LSA中的矩阵会非常大而且会非常稀疏(大部分的单元都是0)。这是因为每个标题或者文档一般只包含所有词汇的一小部分。更复杂的LSA算法会利用这种稀疏性去改善空间和时间复杂度。(The Little Book of Common SenseInvesting: The Only Way to Guarantee Your Fair Share of StockMarket Returns ,)
    2015-12-23 20:26:03下载
    积分:1
  • ERNSYMNTY
    基于VisualC_和DCMTK的医学DICOM图像显示与调窗,同时在MFC 下完成鼠标拖动进行窗宽/窗位的调节(Medical image of DICOM VisualC_ and DCMTK display and window based on, at the same time in MFC complete the mouse to drag the window width/window regulator )
    2013-08-26 22:03:24下载
    积分:1
  • live-wire_contour_version_matlab
    自己写的matlab版的live-wire算法,效率有点低,不过可用(Written in Matlab version, the live-wire algorithm, a bit low, but available)
    2012-04-24 09:10:27下载
    积分:1
  • fire-dete
    基于颜色来检测火焰,将是频频分帧,然后逐帧检测,碧昂切将火焰全画出来,基础编程。(Based on color to test the flame, basic programming )
    2012-04-23 20:54:52下载
    积分:1
  • GMS-Feature-Matcher-master
    说明:  利用GMS对特征点匹配进行约束,降低误匹配率,代码包含python版本,C++版本,matlab版本。(GMS is used to constrain the matching of feature points to reduce the error matching rate. The code includes Python version, C + + version and Matlab version.)
    2021-05-06 16:31:53下载
    积分:1
  • 696518资源总数
  • 106245会员总数
  • 18今日下载