• 大小: 13.62MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-06-26
  • 语言: 其他
  • 标签:

资源简介

从视频或图像中检索,识别出目标对象并进行跟踪。

资源截图

代码片段和文件信息

// AviTest.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “AviTest.h“
#include “AviTestDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CAviTestApp

BEGIN_MESSAGE_MAP(CAviTestApp CWinApp)
//{{AFX_MSG_MAP(CAviTestApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CAviTestApp construction

CAviTestApp::CAviTestApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CAviTestApp object

CAviTestApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CAviTestApp initialization

BOOL CAviTestApp::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CAviTestDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      20884  2011-06-30 09:15  blackdiffAviTest\blackdiffAviTest\AviTest.aps

     文件       1150  2011-06-30 10:42  blackdiffAviTest\blackdiffAviTest\AviTest.clw

     文件       2077  2009-03-09 13:41  blackdiffAviTest\blackdiffAviTest\AviTest.cpp

     文件       4263  2009-03-10 17:30  blackdiffAviTest\blackdiffAviTest\AviTest.dsp

     文件        539  2009-03-09 13:41  blackdiffAviTest\blackdiffAviTest\AviTest.dsw

     文件       1335  2009-03-09 13:41  blackdiffAviTest\blackdiffAviTest\AviTest.h

     文件     115712  2011-06-30 10:43  blackdiffAviTest\blackdiffAviTest\AviTest.ncb

     文件     181760  2011-06-30 10:43  blackdiffAviTest\blackdiffAviTest\AviTest.opt

     文件        248  2011-06-30 10:42  blackdiffAviTest\blackdiffAviTest\AviTest.plg

     文件       5315  2009-03-09 15:53  blackdiffAviTest\blackdiffAviTest\AviTest.rc

     文件      13233  2011-06-30 10:41  blackdiffAviTest\blackdiffAviTest\AviTestDlg.cpp

     文件       1849  2011-06-30 09:24  blackdiffAviTest\blackdiffAviTest\AviTestDlg.h

     文件    1636864  2006-08-05 13:19  blackdiffAviTest\blackdiffAviTest\Debug\3.avi

     文件    2899888  2011-06-01 16:08  blackdiffAviTest\blackdiffAviTest\Debug\339号穿鞋腰部.avi

     文件    5760000  2011-06-30 10:41  blackdiffAviTest\blackdiffAviTest\Debug\AviTest.bsc

     文件     110671  2011-06-30 10:41  blackdiffAviTest\blackdiffAviTest\Debug\AviTest.exe

     文件     316000  2011-06-30 10:41  blackdiffAviTest\blackdiffAviTest\Debug\AviTest.ilk

     文件      16308  2011-06-08 08:43  blackdiffAviTest\blackdiffAviTest\Debug\AviTest.obj

     文件    6881896  2011-06-08 08:43  blackdiffAviTest\blackdiffAviTest\Debug\AviTest.pch

     文件     394240  2011-06-30 10:41  blackdiffAviTest\blackdiffAviTest\Debug\AviTest.pdb

     文件       2560  2011-06-08 08:43  blackdiffAviTest\blackdiffAviTest\Debug\AviTest.res

     文件          0  2011-06-08 08:43  blackdiffAviTest\blackdiffAviTest\Debug\AviTest.sbr

     文件      46020  2011-06-30 10:41  blackdiffAviTest\blackdiffAviTest\Debug\AviTestDlg.obj

     文件          0  2011-06-30 10:41  blackdiffAviTest\blackdiffAviTest\Debug\AviTestDlg.sbr

     文件     726130  2011-06-02 09:36  blackdiffAviTest\blackdiffAviTest\Debug\AVSEQ01.avi

     文件     843824  2006-10-18 21:49  blackdiffAviTest\blackdiffAviTest\Debug\cv100.dll

     文件     876544  2008-10-17 22:59  blackdiffAviTest\blackdiffAviTest\Debug\cv110.dll

     文件     598067  2006-10-18 21:50  blackdiffAviTest\blackdiffAviTest\Debug\cvaux100.dll

     文件     471040  2008-10-17 22:59  blackdiffAviTest\blackdiffAviTest\Debug\cvaux110.dll

     文件      49152  2006-10-19 17:16  blackdiffAviTest\blackdiffAviTest\Debug\cvcam100.dll

............此处省略31个文件信息

评论

共有 条评论

相关资源