登录
首页 » Visual C++ » 356f25b6c7b8

356f25b6c7b8

于 2016-08-21 发布 文件大小:5023KB
0 138
下载积分: 1 下载次数: 13

代码说明:

  利用Opencv软件实现对一段三车道上的视频进行车辆计数(Using Opencv software implementation for a three lane video vehicle counting )

文件列表:

毕业设计完成稿
..............\TrackandID - 三车道
..............\...................\AVSEQ01.avi,726130,2006-12-23
..............\...................\TrackandID用质心跟踪
..............\...................\....................\cv097.dll,569384,2007-03-07
..............\...................\....................\cv097d.dll,1138729,2007-03-07
..............\...................\....................\cv097d_i7.dll,1110060,2007-03-07
..............\...................\....................\cvaux097.dll,430131,2005-07-26
..............\...................\....................\cvcam097.dll,86016,2005-07-26
..............\...................\....................\cxcore097.dll,806956,2007-03-07
..............\...................\....................\cxcore097d.dll,1470509,2007-03-07
..............\...................\....................\cxcore097d_i7.dll,1417264,2007-03-07
..............\...................\....................\cxts001.dll,77877,2007-03-07
..............\...................\....................\cxts001d.dll,163890,2007-03-07
..............\...................\....................\Debug
..............\...................\....................\.....\StdAfx.obj,106304,2013-04-05
..............\...................\....................\.....\TrackandID.exe,122987,2013-05-13
..............\...................\....................\.....\TrackandID.ilk,268108,2013-05-13
..............\...................\....................\.....\TrackandID.obj,15742,2013-04-05
..............\...................\....................\.....\TrackandID.pch,5545696,2013-04-05
..............\...................\....................\.....\TrackandID.pdb,418816,2013-05-13
..............\...................\....................\.....\TrackandID.res,2712,2013-05-13
..............\...................\....................\.....\TrackandIDDlg.obj,71117,2013-05-13
..............\...................\....................\.....\TrackandIDDlg.pdb,25600,2013-05-03
..............\...................\....................\.....\vc60.idb,320512,2013-05-31
..............\...................\....................\.....\vc60.pdb,462848,2013-05-13
..............\...................\....................\highgui097.dll,376877,2007-03-07
..............\...................\....................\highgui097d.dll,520238,2007-03-07
..............\...................\....................\libguide40.dll,188416,2004-11-06
..............\...................\....................\ReadMe.txt,3651,2006-12-28
..............\...................\....................\res

..............\...................\....................\...\TrackandID.rc2,402,2006-12-28
..............\...................\....................\resource.h,872,2013-05-13
..............\...................\....................\StdAfx.cpp,212,2006-12-28
..............\...................\....................\StdAfx.h,1054,2006-12-28
..............\...................\....................\TrackandID.aps,36192,2013-05-13
..............\...................\....................\TrackandID.clw,1217,2013-05-31
..............\...................\....................\TrackandID.cpp,2119,2006-12-28
..............\...................\....................\TrackandID.dsp,5115,2012-10-03
..............\...................\....................\TrackandID.dsw,545,2006-12-28
..............\...................\....................\TrackandID.h,1368,2006-12-28
..............\...................\....................\TrackandID.ncb,173056,2013-05-31
..............\...................\....................\TrackandID.opt,113664,2013-05-31
..............\...................\....................\TrackandID.plg,254,2013-05-23
..............\...................\....................\TrackandID.rc,5462,2013-05-13
..............\...................\....................\TrackandIDDlg.cpp,16108,2013-05-13
..............\...................\....................\TrackandIDDlg.dsp,3485,2013-05-03
..............\...................\....................\TrackandIDDlg.dsw,551,2013-05-03
..............\...................\....................\TrackandIDDlg.h,2289,2013-05-13
..............\...................\....................\TrackandIDDlg.ncb,41984,2013-05-23
..............\...................\....................\TrackandIDDlg.opt,48640,2013-05-23
..............\...................\....................\TrackandIDDlg.plg,3288,2013-05-03
..............\...................\....................\trs.dll,49200,2007-03-07
..............\...................\问题解决.docx,15026,2013-05-13
..............\...................\问题解决.txt,405,2013-05-09
..............\帧间差分法.wmf,7716,2013-06-03
..............\背景差分法.wmf,8312,2013-06-03
..............\计数算法.wmf,6662,2013-06-03
..............\车辆跟踪.wmf,7554,2013-06-04

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

发表评论

0 个回复

  • Direct3DHook
    directx 3d hook,用callback的方式,提供endscene()和reset()的hook,很好的例子,供有志于hook dx3d的同学参考学习(directx 3d hook, provide endscene() and reset() hook in call back,good example)
    2017-01-16 12:39:07下载
    积分:1
  • HMM
    隐马尔科夫模型学习最佳范例 word 详细介绍马尔科夫模型原理(The best example of the hidden Markov model learning word detailed introduction of the principle of the Markov model)
    2013-04-14 10:59:11下载
    积分: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
  • 135475202135
    画图源程序-图像数据显示,可以对数据进行时间轴的曲线显示,也可以是空间轴的多维显示 (Paint source- the image data, the data can be curve shows the time axis, it can be multi-dimensional display space axis)
    2014-02-08 12:55:53下载
    积分:1
  • ATP 3.0 Files
    ATP Prototype EA. Can be use with certain pairs.
    2019-01-09 16:24:22下载
    积分:1
  • PrintSample11
    模拟随机肥皂泡泡的生成,并可在一个窗口上打印小泡泡。(Simulation of random formation of soap bubbles, and in a small bubble window to print.)
    2007-10-18 13:57:19下载
    积分:1
  • ZhengQuanFengXiXiTongShuoMingShu
    证券行情分析系统概要设计说明书,配对于证券行情分析系统源代码,源代码不方便 公开。(Stock market analysis system outline design specification, with the securities market analysis system source code, source code is not convenient public.)
    2013-07-09 17:45:12下载
    积分:1
  • EQCtl
    说明:  使用软件的实现EQ均衡器算法,可以调节多段EQ(The realization of the use of software EQ EQ algorithm can adjust the multi-segment EQ)
    2008-10-16 10:38:02下载
    积分:1
  • yihuo
    利用BP神经网络实现异或问题求解,这里使用的是VS2012版本(BP neural network XOR problem solving, here is the VS2012 version)
    2014-01-20 14:46:22下载
    积分:1
  • UDP_Lost_test2
    这是一个测试UDP数据包的丢包率的程序,包含程序源码,已经验证成功(This is a test UDP packet loss rate of the program, including program source code, has been successfully verified)
    2013-12-30 11:10:56下载
    积分:1
  • 696518资源总数
  • 105908会员总数
  • 30今日下载