FaceDetect.h
上传用户:sdsuchuang
上传日期:2013-01-12
资源大小:2228k
文件大小:2k
源码类别:

图形图像处理

开发平台:

Visual C++

  1. // FaceDetect.h : main header file for the FACEDETECT application
  2. //
  3. #if !defined(AFX_FACEDETECT_H__AEF21766_F7CC_4436_8E0C_715129B52791__INCLUDED_)
  4. #define AFX_FACEDETECT_H__AEF21766_F7CC_4436_8E0C_715129B52791__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "VFWImageProcessor.h"
  12. #include "resource.h"       // main symbols
  13. #include "STUDY_1.h"
  14. #include "MessageName.h "
  15. #import "c:program filescommon filessystemadomsado15.dll" no_namespace rename("EOF","adoEOF")
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CFaceDetectApp:
  18. // See FaceDetect.cpp for the implementation of this class
  19. //
  20. class CFaceDetectApp : public CWinApp
  21. {
  22. public:
  23. CFaceDetectApp();
  24. public:
  25.   CVFWImageProcessor m_VFWImageProc;
  26. _RecordsetPtr m_pADOSet;
  27.     
  28.     _ConnectionPtr ADOConn;
  29. BOOL ADOExecute(_RecordsetPtr &ADOSet, CString strSQL);
  30. int study();
  31. int Message();
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(CFaceDetectApp)
  35. public:
  36. virtual BOOL InitInstance();
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. //{{AFX_MSG(CFaceDetectApp)
  40. afx_msg void OnAppAbout();
  41. afx_msg void OnButton32785();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. extern CFaceDetectApp theApp;
  46. /////////////////////////////////////////////////////////////////////////////
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_FACEDETECT_H__AEF21766_F7CC_4436_8E0C_715129B52791__INCLUDED_)