aidialog.h

来自「超强手势识别程序」· C头文件 代码 · 共 37 行

H
37
字号
// AIDialog.h: interface for the CAIDialog class.
//编写人:苏树庆
//类别:手势识别
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_AIDIALOG_H__5E19AE18_1450_45E8_AE6D_490F7E5BE8BC__INCLUDED_)
#define AFX_AIDIALOG_H__5E19AE18_1450_45E8_AE6D_490F7E5BE8BC__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "resource.h"
#include "Camera.h"

class CAIDialog  : public CDialog
{
	CCamera m_Camera;
	HICON m_hIcon;
public:
	CAIDialog(CWnd* pParent=NULL);
	virtual ~CAIDialog();
	enum { IDD = IDD_DIALOG1};
protected:
	virtual void DoDataExchange(CDataExchange* pDX);
	virtual BOOL OnInitDialog();

	afx_msg void OnGetImg();
	afx_msg void OnTrain();
	afx_msg void OnGestrueRecognise();
	afx_msg void OnCommandGesture();
	afx_msg void OnLocation();
	DECLARE_MESSAGE_MAP()
};

#endif // !defined(AFX_AIDIALOG_H__5E19AE18_1450_45E8_AE6D_490F7E5BE8BC__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?