登录
首页 » Visual C++ » VIBE

VIBE

于 2020-09-20 发布 文件大小:20719KB
0 321
下载积分: 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 个回复

  • Graph
    输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)
    2020-12-13 15:29:15下载
    积分:1
  • XINIAN_1
    1 完成图象处理的基本功能2:二值化、边缘检测、滤波。 2 熟悉dc的部分常用功能,学习图标控制弹出框。(a complete image processing of the two basic functions : values, edge detection, filtering. 2 familiar with the dc part of the commonly used function, learning to control pop icon frame.)
    2007-05-26 13:36:55下载
    积分:1
  • DisplayBMP
    显示处理后的BMP图像文件,VC C++ (read the bmp images )
    2012-04-16 16:57:09下载
    积分:1
  • Digital-Image-Processing
    这是一个数字图像处理常用的功能的集成软件,用VC++ 编写,可以对图像进行一些常见的操作,也可以自己扩展功能(This is a common feature of digital image processing integrated software, images can perform basic operations)
    2014-01-13 19:09:57下载
    积分:1
  • DE
    说明:   最简单的差分格式有向前、向后和中心3种。 向前差分:f (n)=f(n+1)-f(n) 向后差分:f (n)=f(n)-f(n-1) 中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers. Forward differencing: f (n) = f (n+ 1)-f (n) Backward difference: f (n) = f (n)-f (n-1) Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
    2016-05-17 21:08:01下载
    积分:1
  • vc-driven-camera-capture-images
    该文档的主要功能就是利用vc编写一段代码实现摄像头采集图像。(The main function of the document is vc write a piece of code to achieve the camera capture images.)
    2013-04-02 10:43:48下载
    积分:1
  • tuxiangpeizhun
    使用VC++编程,自动检测角点,实现图像配准,代码可用。(Automatically detect the corner points, for image registration, the code is available.)
    2010-05-30 10:55:42下载
    积分:1
  • huoquzhidingyanse
    这个代码可以获取一种颜色可以生成10进制的数,和一个16进制的数(the code can get a color can generate 10 to the 229 number, and a few of the 229 16)
    2006-11-28 01:28:00下载
    积分:1
  • Fngprnt
    采用最大方差阈值分割法,对指纹进行提取。(Using the maximum variance threshold segmentation method for fingerprint extraction.)
    2013-11-24 20:39:58下载
    积分:1
  • vc++ 数字
    vc++ 数字图象处理 很好用我看了以后收益非浅希望大家喜欢(vc digital image processing with very good after I read greatly benefit hope you like)
    2020-06-26 09:00:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载