LPRDlg.h
上传用户:jjiangjuan
上传日期:2013-03-27
资源大小:59k
文件大小:2k
源码类别:

波变换

开发平台:

Visual C++

  1. // LPRDlg.h : header file
  2. //
  3. #if !defined(AFX_LPRDLG_H__47333EBF_106D_4731_8791_AD79DD40926B__INCLUDED_)
  4. #define AFX_LPRDLG_H__47333EBF_106D_4731_8791_AD79DD40926B__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CLPRDlg dialog
  10. #include "ImageObject.h"
  11. #include "HistoDialog.h"
  12. #include "LP.h"
  13. class CLPRDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CLPRDlg(CWnd* pParent = NULL); // standard constructor
  18.     BYTE LPArea[50*200*3];
  19. LPCandidate * P;
  20. // Dialog Data
  21. //{{AFX_DATA(CLPRDlg)
  22. enum { IDD = IDD_LPR_DIALOG };
  23. CLP m_LP;
  24. CImageObject m_image;
  25. //}}AFX_DATA
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CLPRDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. HICON m_hIcon;
  34. BYTE lpData[COL][ROW];
  35. CHistoDialog m_histo;
  36. int GraylvCount[256];
  37. // Generated message map functions
  38. //{{AFX_MSG(CLPRDlg)
  39. virtual BOOL OnInitDialog();
  40. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  41. afx_msg void OnPaint();
  42. afx_msg HCURSOR OnQueryDragIcon();
  43. afx_msg void OnExit();
  44. afx_msg void OnOpen();
  45. afx_msg void OnGray();
  46. afx_msg void OnGrayAdjust();
  47. afx_msg void OnEdge();
  48. afx_msg void OnCut();
  49. afx_msg void OnBinary();
  50. //}}AFX_MSG
  51. DECLARE_MESSAGE_MAP()
  52. };
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_LPRDLG_H__47333EBF_106D_4731_8791_AD79DD40926B__INCLUDED_)