LPRDlg.h
资源名称:LPR.rar [点击查看]
上传用户:jjiangjuan
上传日期:2013-03-27
资源大小:59k
文件大小:2k
源码类别:
波变换
开发平台:
Visual C++
- // LPRDlg.h : header file
- //
- #if !defined(AFX_LPRDLG_H__47333EBF_106D_4731_8791_AD79DD40926B__INCLUDED_)
- #define AFX_LPRDLG_H__47333EBF_106D_4731_8791_AD79DD40926B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CLPRDlg dialog
- #include "ImageObject.h"
- #include "HistoDialog.h"
- #include "LP.h"
- class CLPRDlg : public CDialog
- {
- // Construction
- public:
- CLPRDlg(CWnd* pParent = NULL); // standard constructor
- BYTE LPArea[50*200*3];
- LPCandidate * P;
- // Dialog Data
- //{{AFX_DATA(CLPRDlg)
- enum { IDD = IDD_LPR_DIALOG };
- CLP m_LP;
- CImageObject m_image;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CLPRDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- BYTE lpData[COL][ROW];
- CHistoDialog m_histo;
- int GraylvCount[256];
- // Generated message map functions
- //{{AFX_MSG(CLPRDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnExit();
- afx_msg void OnOpen();
- afx_msg void OnGray();
- afx_msg void OnGrayAdjust();
- afx_msg void OnEdge();
- afx_msg void OnCut();
- afx_msg void OnBinary();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_LPRDLG_H__47333EBF_106D_4731_8791_AD79DD40926B__INCLUDED_)