getcharDlg.h
上传用户:kennygump
上传日期:2022-07-22
资源大小:347k
文件大小:2k
源码类别:

图形/文字识别

开发平台:

Visual C++

  1. // getcharDlg.h : header file
  2. //
  3. #if !defined(AFX_GETCHARDLG_H__3CA8CA2F_D901_47B2_8D75_D41A4D40E69A__INCLUDED_)
  4. #define AFX_GETCHARDLG_H__3CA8CA2F_D901_47B2_8D75_D41A4D40E69A__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CGetcharDlg dialog
  10. class CGetcharDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CGetcharDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CGetcharDlg)
  17. enum { IDD = IDD_GETCHAR_DIALOG };
  18. // NOTE: the ClassWizard will add data members here
  19. //}}AFX_DATA
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CGetcharDlg)
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. HICON m_hIcon;
  28. // Generated message map functions
  29. //{{AFX_MSG(CGetcharDlg)
  30. virtual BOOL OnInitDialog();
  31. afx_msg void OnPaint();
  32. afx_msg HCURSOR OnQueryDragIcon();
  33. afx_msg void OnBtnopenbmp();
  34. afx_msg void OnBtnreload();
  35. afx_msg void OnBtnAll();
  36. afx_msg void OnImgprcAll();
  37. afx_msg void OnIMGPRC256ToGray();
  38. afx_msg void OnIMGPRCGrayToWhiteBlack();
  39. afx_msg void OnInputGuiyihuaInfo();
  40. afx_msg void OnBpnetTrain();
  41. afx_msg void OnBpnetRecognize();
  42. afx_msg void OnImgprcSharp();
  43. afx_msg void OnImgprcRemoveNoise();
  44. afx_msg void OnImgprcAdjustSlope();
  45. afx_msg void OnImgprcDivide();
  46. afx_msg void OnImgprcStandarize();
  47. afx_msg void OnImgprcShrinkAlign();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_GETCHARDLG_H__3CA8CA2F_D901_47B2_8D75_D41A4D40E69A__INCLUDED_)