matcherView2.h
资源名称:matcher.rar [点击查看]
上传用户:quan1896
上传日期:2013-04-17
资源大小:94k
文件大小:2k
源码类别:
2D图形编程
开发平台:
Visual C++
- #if !defined(AFX_MATCHERVIEW2_H__C1571977_1DAD_462C_A655_09ADE44AFD89__INCLUDED_)
- #define AFX_MATCHERVIEW2_H__C1571977_1DAD_462C_A655_09ADE44AFD89__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // matcherView2.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CMatcherView2 view
- #include "cv.h"
- #include "highgui.h"
- class CMatcherDoc;
- class CMatcherView2 : public CScrollView
- {
- protected:
- CMatcherView2(); // protected constructor used by dynamic creation
- DECLARE_DYNCREATE(CMatcherView2)
- // Attributes
- public:
- CMatcherDoc* GetDocument();
- CImage m_frame2;
- IplImage* ShownImage2;
- void ShowHitPoint(CvPoint point);
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMatcherView2)
- protected:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- virtual void OnInitialUpdate(); // first time after construct
- virtual void OnUpdate(CView* pSender, LPARAM lHint, CObject* pHint);
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- virtual ~CMatcherView2();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- // Generated message map functions
- //{{AFX_MSG(CMatcherView2)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_MATCHERVIEW2_H__C1571977_1DAD_462C_A655_09ADE44AFD89__INCLUDED_)