ReconizeDlg.h
上传用户:chinamans
上传日期:2016-04-11
资源大小:14485k
文件大小:2k
源码类别:

图形/文字识别

开发平台:

Visual C++

  1. // ReconizeDlg.h : header file
  2. //
  3. #if !defined(AFX_RECONIZEDLG_H__5AE69D2E_0161_4882_860C_564F7D4C999B__INCLUDED_)
  4. #define AFX_RECONIZEDLG_H__5AE69D2E_0161_4882_860C_564F7D4C999B__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CReconizeDlg dialog
  10. class CReconizeDlg : public CDialog
  11. {
  12. protected:
  13. int m_Width,m_Height;
  14. void FillMatrix(CString filename);
  15. void DrawBMP();
  16.     void DrawGetregion();
  17. void GetGrayBmp(); //求出灰度图
  18.     void DrawRegion();
  19. void MatchRect2();
  20. void EraseDot2();    
  21. void JumpCal(int index);
  22.     void Getpts();
  23. void DrawRect();
  24. void DrawJumprect();
  25. void DrawAvgrect();
  26. //lgf
  27.     bool MatchRectPoint(int i,int j);
  28.     void AvgRect();
  29. void EraseDot();
  30. int  PickColor(int index);
  31. // Construction
  32. public:
  33. CReconizeDlg(CWnd* pParent = NULL); // standard constructor
  34. // Dialog Data
  35. //{{AFX_DATA(CReconizeDlg)
  36. enum { IDD = IDD_RECONIZE_DIALOG };
  37. // NOTE: the ClassWizard will add data members here
  38. //}}AFX_DATA
  39. // ClassWizard generated virtual function overrides
  40. //{{AFX_VIRTUAL(CReconizeDlg)
  41. protected:
  42. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  43. //}}AFX_VIRTUAL
  44. // Implementation
  45. protected:
  46. HICON m_hIcon;
  47. // Generated message map functions
  48. //{{AFX_MSG(CReconizeDlg)
  49. virtual BOOL OnInitDialog();
  50. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  51. afx_msg void OnPaint();
  52. afx_msg HCURSOR OnQueryDragIcon();
  53. afx_msg void OnOpenFile();
  54. afx_msg void OnToGray();
  55. afx_msg void OnFileExit();
  56. afx_msg void OnGrayStrech();
  57. afx_msg void OnWhiteBlack();
  58. afx_msg void OnDrawEdge();
  59. afx_msg void OnDrawRect();
  60. afx_msg void OnQuickReconize();
  61. afx_msg void OnGetRect();
  62. //}}AFX_MSG
  63. DECLARE_MESSAGE_MAP()
  64. };
  65. //{{AFX_INSERT_LOCATION}}
  66. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  67. #endif // !defined(AFX_RECONIZEDLG_H__5AE69D2E_0161_4882_860C_564F7D4C999B__INCLUDED_)