www.pudn.com > 人体步态跟踪识别bate版.rar > Hh.cpp


// Hh.cpp : implementation file 
// 
 
#include "stdafx.h" 
#include "humantrack.h" 
#include "Hh.h" 
 
#ifdef _DEBUG 
#define new DEBUG_NEW 
#undef THIS_FILE 
static char THIS_FILE[] = __FILE__; 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
// CHh dialog 
 
 
CHh::CHh(CWnd* pParent /*=NULL*/) 
	: CDialog(CHh::IDD, pParent) 
{ 
	//{{AFX_DATA_INIT(CHh) 
		// NOTE: the ClassWizard will add member initialization here 
	//}}AFX_DATA_INIT 
} 
 
 
void CHh::DoDataExchange(CDataExchange* pDX) 
{ 
	CDialog::DoDataExchange(pDX); 
	//{{AFX_DATA_MAP(CHh) 
		// NOTE: the ClassWizard will add DDX and DDV calls here 
	//}}AFX_DATA_MAP 
} 
 
 
BEGIN_MESSAGE_MAP(CHh, CDialog) 
	//{{AFX_MSG_MAP(CHh) 
	//}}AFX_MSG_MAP 
END_MESSAGE_MAP() 
 
///////////////////////////////////////////////////////////////////////////// 
// CHh message handlers 
 
void CHh::OnOK()  
{ 
	// TODO: Add extra validation here 
	 
	CDialog::OnOK(); 
}