CorParDLG.h
上传用户:quan1896
上传日期:2013-04-17
资源大小:94k
文件大小:1k
源码类别:

2D图形编程

开发平台:

Visual C++

  1. #if !defined(AFX_CORPARDLG_H__BCF24AD5_20A2_4783_A15C_4E167071D6A6__INCLUDED_)
  2. #define AFX_CORPARDLG_H__BCF24AD5_20A2_4783_A15C_4E167071D6A6__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // CorParDLG.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CCorParDLG dialog
  10. class CCorParDLG : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CCorParDLG)
  13. // Construction
  14. public:
  15. CCorParDLG();
  16. ~CCorParDLG();
  17. // Dialog Data
  18. //{{AFX_DATA(CCorParDLG)
  19. enum { IDD = IDD_CORPARSET };
  20. int m_CornerCount;
  21. int m_MinDistance;
  22. int m_GusWidth;
  23. int m_GusHeight;
  24. BOOL GUS_CHECKBOX;
  25. int m_SubMaxIter;
  26. float m_SubMinAccu;
  27. int m_SubWinSize;
  28. double m_MinCorLevel;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generate virtual function overrides
  32. //{{AFX_VIRTUAL(CCorParDLG)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(CCorParDLG)
  40. afx_msg void OnEnGusblur();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_CORPARDLG_H__BCF24AD5_20A2_4783_A15C_4E167071D6A6__INCLUDED_)