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

2D图形编程

开发平台:

Visual C++

  1. #if !defined(AFX_MATPARDLG_H__C4B4D970_F6F3_4F97_BD1F_3E664A77550F__INCLUDED_)
  2. #define AFX_MATPARDLG_H__C4B4D970_F6F3_4F97_BD1F_3E664A77550F__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MatParDLG.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMatParDLG dialog
  10. class CMatParDLG : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CMatParDLG)
  13. // Construction
  14. public:
  15. CMatParDLG();
  16. ~CMatParDLG();
  17. // Dialog Data
  18. //{{AFX_DATA(CMatParDLG)
  19. enum { IDD = IDD_MATPARSET };
  20. int m_MaxDisparity;
  21. int m_PatchRadius;
  22. double m_MaxEpiDis;
  23. int m_RANSACRADIO;
  24. int m_BaseOnIniMat;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generate virtual function overrides
  28. //{{AFX_VIRTUAL(CMatParDLG)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CMatParDLG)
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_MATPARDLG_H__C4B4D970_F6F3_4F97_BD1F_3E664A77550F__INCLUDED_)