登录
首页 » Visual C++ » VIBE

VIBE

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

  • cut_video
    把视频分割成一帧一帧并且保存为图像,实现视频录制(Put the video into a frame of a frame and saved as image segmentation)
    2013-06-14 16:55:58下载
    积分:1
  • pca-sift
    pca-sift算法的实现,采用vc2008开发环境,进行开发,独立运行(pca-sift algorithm, using vc2008 development environment to develop, operate independently)
    2010-05-17 09:46:17下载
    积分:1
  • photo
    vc++6.0进行编程实现对图像的平移处理(vc++6.0 program to achieve the translation of the image processing)
    2009-04-26 10:26:37下载
    积分:1
  • Remote sensing
    采用MFC,实现遥感图像的基本增强,滤波,变换等功能。还可以保存数据。(Using MFC, to achieve the basic enhancement of remote sensing images, filtering, transformation and other functions. You can also save data)
    2020-12-21 14:29:08下载
    积分:1
  • image
    用数字图像处理主要是为了修改图形,改善图像质量,或是从图像中提起有效信息,还有利用数字图像处理可以对图像进行体积.(Using digital image processing is mainly graphics in order to modify and improve the image quality, or from the image to bring effective information, as well as the use of digital image processing can be carried out on the image size.)
    2008-03-04 19:38:04下载
    积分:1
  • business-card
    自动匹配下拉列表框中的内容,根据所选下拉列表框的不同去加载不同的名片(Automatic matching of the drop-down list box in the content, according to the selected drop-down list box is different to load a different card )
    2014-07-21 11:51:22下载
    积分:1
  • SobelKirsch
    模式识别的Sobel和Kirsch边缘检测程序(Sobel and Kirsch edge detection algorithm of Pattern recognition)
    2010-11-26 16:43:14下载
    积分:1
  • RobotVision
    著名专家写的计算机视觉方面的原著,希望对大家有所帮助(Writing a well-known experts in the computer vision aspects of the original, and they hope to help everyone)
    2009-03-17 13:00:32下载
    积分:1
  • KMeans-with-opencv
    k均值分类在遥感影像中的应用,完整的c++代码,注释详细易懂,并且已经验证过(k-means classification in remote sensing images in the application, complete c++ code, comments, detailed and easy to understand, and have been verified)
    2021-01-24 20:28:37下载
    积分:1
  • example
    使用C++和CUDA编写的双边滤波器。在平滑图像的同时可以保持边界(Using bilateral filter the C++ and CUDA written. Boundary can be kept in the smooth image while)
    2013-01-09 19:06:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载