資源簡介
用opencv和C++平臺實現運動目標的跟蹤、、

代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“KernelobjectTrack.h“
#include?“ChildFrm.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CChildframe
IMPLEMENT_DYNCREATE(CChildframe?CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe?CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code?!
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?construction/destruction
CChildframe::CChildframe()
{
//?TODO:?add?member?initialization?code?here
}
CChildframe::~CChildframe()
{
}
BOOL?CChildframe::PreCreateWindow(CREATESTRUCT&?cs)
{
//?TODO:?Modify?the?Window?class?or?styles?here?by?modifying
//??the?CREATESTRUCT?cs
if(?!CMDIChildWnd::PreCreateWindow(cs)?)
return?FALSE;
return?TRUE;
}
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?diagnostics
#ifdef?_DEBUG
void?CChildframe::AssertValid()?const
{
CMDIChildWnd::AssertValid();
}
void?CChildframe::Dump(CDumpContext&?dc)?const
{
CMDIChildWnd::Dump(dc);
}
#endif?//_DEBUG
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?message?handlers
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1544??2007-06-05?23:42??Kernelob
?????文件???????1397??2007-06-05?23:42??Kernelob
?????文件??????16794??2010-01-08?21:19??Kernelob
?????文件??????????0??2010-01-08?21:19??Kernelob
?????文件??????17513??2010-01-08?21:19??Kernelob
?????文件??????????0??2010-01-08?21:19??Kernelob
?????文件??????10906??2010-01-08?21:19??Kernelob
?????文件??????????0??2010-01-08?21:19??Kernelob
?????文件??????35994??2010-01-08?21:19??Kernelob
?????文件??????????0??2010-01-08?21:19??Kernelob
?????文件????3228672??2010-03-03?21:21??Kernelob
?????文件?????163934??2010-03-03?21:21??Kernelob
?????文件?????455184??2010-03-03?21:21??Kernelob
?????文件??????24873??2010-01-08?21:19??Kernelob
?????文件????6892368??2010-01-08?21:19??Kernelob
?????文件?????435200??2010-01-08?21:19??Kernelob
?????文件???????9736??2010-01-08?21:19??Kernelob
?????文件??????????0??2010-01-08?21:19??Kernelob
?????文件??????20597??2010-01-08?21:19??Kernelob
?????文件??????????0??2010-01-08?21:19??Kernelob
?????文件??????55271??2010-01-08?21:19??Kernelob
?????文件??????????0??2010-01-08?21:19??Kernelob
?????文件??????28169??2010-03-03?21:21??Kernelob
?????文件??????????0??2010-03-03?21:21??Kernelob
?????文件??????24480??2010-01-08?21:19??Kernelob
?????文件??????????0??2010-01-08?21:19??Kernelob
?????文件?????114223??2010-01-08?21:19??Kernelob
?????文件????1377485??2010-01-08?21:19??Kernelob
?????文件?????222208??2010-03-03?21:21??Kernelob
?????文件?????372736??2010-01-08?21:19??Kernelob
............此處省略43個文件信息
評論
共有 條評論