PlateLocateView.h
资源名称:车牌识别.rar [点击查看]
上传用户:sgmlaoniu
上传日期:2013-03-16
资源大小:403k
文件大小:2k
源码类别:
Windows编程
开发平台:
Visual C++
- // PlateLocateView.h : interface of the CPlateLocateView class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_PLATELOCATEVIEW_H__3C65845E_4376_44C4_BBF5_0123E10EB48F__INCLUDED_)
- #define AFX_PLATELOCATEVIEW_H__3C65845E_4376_44C4_BBF5_0123E10EB48F__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class CPlateLocateView : public CView
- {
- protected: // create from serialization only
- CPlateLocateView();
- DECLARE_DYNCREATE(CPlateLocateView)
- // Attributes
- public:
- CPlateLocateDoc* GetDocument();
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPlateLocateView)
- public:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- protected:
- virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
- virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
- virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
- //}}AFX_VIRTUAL
- // Implementation
- public:
- int m_ipzLeft,m_ipzRight,m_ipzBottom,m_ipzTop;
- //void Search_Directory(char *szFilename);
- virtual ~CPlateLocateView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CPlateLocateView)
- afx_msg BOOL OnEraseBkgnd(CDC* pDC);
- afx_msg LRESULT OnDoRealize(WPARAM wParam, LPARAM lParam);
- afx_msg void OnTempSubrect();
- afx_msg void OnWeakenBkgInerfere();
- afx_msg void OnFindRightAngle();
- afx_msg void OnPreProcess();
- afx_msg void OnMidFilter();
- afx_msg void OnFindPlate();
- afx_msg void OnEditPaste();
- afx_msg void OnEditCopy();
- afx_msg void OnViewIntensity();
- afx_msg void OnPlateToGray();
- afx_msg void OnPlateEqua();
- afx_msg void OnPlateRobert();
- afx_msg void OnPlateLocate();
- afx_msg void OnThresholdTrans();
- afx_msg void OnPlateCut();
- afx_msg void OnPlateFilter();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #ifndef _DEBUG // debug version in PlateLocateView.cpp
- inline CPlateLocateDoc* CPlateLocateView::GetDocument()
- { return (CPlateLocateDoc*)m_pDocument; }
- #endif
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PLATELOCATEVIEW_H__3C65845E_4376_44C4_BBF5_0123E10EB48F__INCLUDED_)