CorParDLG.h
资源名称:matcher.rar [点击查看]
上传用户:quan1896
上传日期:2013-04-17
资源大小:94k
文件大小:1k
源码类别:
2D图形编程
开发平台:
Visual C++
- #if !defined(AFX_CORPARDLG_H__BCF24AD5_20A2_4783_A15C_4E167071D6A6__INCLUDED_)
- #define AFX_CORPARDLG_H__BCF24AD5_20A2_4783_A15C_4E167071D6A6__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // CorParDLG.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CCorParDLG dialog
- class CCorParDLG : public CPropertyPage
- {
- DECLARE_DYNCREATE(CCorParDLG)
- // Construction
- public:
- CCorParDLG();
- ~CCorParDLG();
- // Dialog Data
- //{{AFX_DATA(CCorParDLG)
- enum { IDD = IDD_CORPARSET };
- int m_CornerCount;
- int m_MinDistance;
- int m_GusWidth;
- int m_GusHeight;
- BOOL GUS_CHECKBOX;
- int m_SubMaxIter;
- float m_SubMinAccu;
- int m_SubWinSize;
- double m_MinCorLevel;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CCorParDLG)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CCorParDLG)
- afx_msg void OnEnGusblur();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CORPARDLG_H__BCF24AD5_20A2_4783_A15C_4E167071D6A6__INCLUDED_)