登录
首页 » Visual C++ » BackgroundSplit-OpenCV-master

BackgroundSplit-OpenCV-master

于 2019-11-06 发布
0 123
下载积分: 1 下载次数: 4

代码说明:

说明:  视频处理过程中的背景分割技术,这样才能把前景图像提取出来。(Background segmentation)

文件列表:

BackgroundSplit-OpenCV-master, 0 , 2017-12-27
BackgroundSplit-OpenCV-master\CMakeLists.txt, 1568 , 2017-12-27
BackgroundSplit-OpenCV-master\Image, 0 , 2017-12-27
BackgroundSplit-OpenCV-master\Image\FrameDifference.png, 291642 , 2017-12-27
BackgroundSplit-OpenCV-master\Image\GaussBG_Difference.png, 508651 , 2017-12-27
BackgroundSplit-OpenCV-master\Image\ViBe%2B.jpg, 181950 , 2017-12-27
BackgroundSplit-OpenCV-master\Image\ViBe.png, 336626 , 2017-12-27
BackgroundSplit-OpenCV-master\README - 中文.md, 3744 , 2017-12-27
BackgroundSplit-OpenCV-master\README.md, 4179 , 2017-12-27
BackgroundSplit-OpenCV-master\Video, 0 , 2017-12-27
BackgroundSplit-OpenCV-master\Video\Camera Road 01.avi, 10960524 , 2017-12-27
BackgroundSplit-OpenCV-master\src, 0 , 2017-12-27
BackgroundSplit-OpenCV-master\src\BGDifference, 0 , 2017-12-27
BackgroundSplit-OpenCV-master\src\BGDifference\BGDifference.cpp, 11592 , 2017-12-27
BackgroundSplit-OpenCV-master\src\BGDifference\BGDifference.h, 1709 , 2017-12-27
BackgroundSplit-OpenCV-master\src\BGDifference\main.cpp, 3182 , 2017-12-27
BackgroundSplit-OpenCV-master\src\FramesDifference, 0 , 2017-12-27
BackgroundSplit-OpenCV-master\src\FramesDifference\main.cpp, 3288 , 2017-12-27
BackgroundSplit-OpenCV-master\src\ViBe%2B, 0 , 2017-12-27
BackgroundSplit-OpenCV-master\src\ViBe%2B\ViBePlus.cpp, 38449 , 2017-12-27
BackgroundSplit-OpenCV-master\src\ViBe%2B\ViBePlus.h, 5568 , 2017-12-27
BackgroundSplit-OpenCV-master\src\ViBe%2B\ViBePlusMacro.h, 856 , 2017-12-27
BackgroundSplit-OpenCV-master\src\ViBe%2B\main.cpp, 2685 , 2017-12-27
BackgroundSplit-OpenCV-master\src\ViBe, 0 , 2017-12-27
BackgroundSplit-OpenCV-master\src\ViBe\Vibe.cpp, 14498 , 2017-12-27
BackgroundSplit-OpenCV-master\src\ViBe\Vibe.h, 3141 , 2017-12-27
BackgroundSplit-OpenCV-master\src\ViBe\main.cpp, 2786 , 2017-12-27

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

发表评论

0 个回复

  • 2005127172832951
    企业档案管理系统 概要设计说明书 需自行转化为doc文件(enterprise file management system outlined the need to design brochures into doc documents)
    2007-06-11 09:10:12下载
    积分:1
  • Comghbobox
    演示了vc控件Combobox的一些重要属性的设置和获取。(Combobox vc demonstrated some important properties of the control settings and access.)
    2011-05-28 17:37:02下载
    积分:1
  • 8、交通灯
    绿灯亮时,准许车辆通行,黄灯闪烁时,已越过停止线的车辆可以继续通行;没有通过的应该减速慢行到停车线前停止并等待,红灯亮时,禁止车辆通行。给行人看的叫人行横道灯,通常指由红、绿(绿为蓝绿)二种颜色灯组成用来指挥交通通行的信号灯,红灯停,绿灯行。(When the green light is on, the vehicle is allowed to pass. When the yellow light is flashing, the vehicles that have crossed the stop line can continue to pass.You should slow down to stop and wait at the stop line. No traffic is allowed when the red light is on.Pedestrian crossing lights for pedestrians, usually denoted by red, green (green, blue, green), two color lamps used to direct traffic signals, stop at red lights and green.)
    2018-03-20 14:09:14下载
    积分:1
  • Buoi03_Sorting
    Lecture04_Stack&Queue.txt
    2018-05-02 23:57:41下载
    积分:1
  • UNICODE_GBK
    使用windows api将字符在Unicode编码和GBK编码之间相互转换的示例程序(convert between unicode and gbk)
    2012-04-26 21:39:52下载
    积分:1
  • sci_echoback
    dsp2812 sci的例子,希望能有帮助(dsp2812 sci example, hoping to help)
    2012-10-20 14:00:27下载
    积分:1
  • CSerialPort
    CSerialPort.h CSerialPort.c VC++串口通讯类,用于初学串口通讯,及串口通讯原理有一定帮助。(CSerialPort.h CSerialPort.c)
    2009-11-18 08:43:15下载
    积分:1
  • 24368
    程序将界面与数据处理分开,界面采用MFC的对话框模板,对注册、训练、识别和主界面分别建立一个类,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理又分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。这样的程序结构使对界面和算法彼此独立,互不影响。 每个类的具体方法请见相应头文件中的注释。(The program will interface with the data processing separate interface using MFC dialog template, registration, training, recognition and the main interface, respectively, to create a class that interacts with the user through a message handler, using multiple threads to display images in real time.   Data processing is divided into a CFaceAlign (Face Detection+ geometric normalization), CLightPrep (illumination normalization), CFaceFeature (Gabor feature extraction), CSubspace (computing Fisherface subspace) four categories, as well as a class is responsible for managing CFaceMngr interface and data exchange between. Such a program structure allows for interfaces and algorithms are independent of each other. Specific methods of each class, see the comments in the appropriate header files.)
    2015-04-13 10:05:34下载
    积分:1
  • matlabzhilingbiao
    引用 MATLAB 主要函数指令表,引用 MATLAB 主要函数指令表(MATLAB,MATLABMATLABMATLAB)
    2010-02-07 09:52:08下载
    积分:1
  • jiediandingwei
    包括RSSI与距离模型转换,以及三边定位,高斯滤波(Including RSSI and distance model conversion, as well as trilateral positioning, Gaussian)
    2016-05-23 20:53:38下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载