ddView.h
上传用户:wjfckcom
上传日期:2014-06-28
资源大小:1989k
文件大小:2k
- // ddView.h : interface of the CDdView class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_DDVIEW_H__F568CDD6_5722_471D_9670_3E9CAFD63F82__INCLUDED_)
- #define AFX_DDVIEW_H__F568CDD6_5722_471D_9670_3E9CAFD63F82__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "haus.h"
- class CDdView : public CView
- {
- protected: // create from serialization only
- CDdView();
- DECLARE_DYNCREATE(CDdView)
- // Attributes
- public:
- CDdDoc* GetDocument();
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDdView)
- 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:
- IplImage* pContourImg2;
- IplImage* pContourImg1;
- int n2;
- int n1;
- struct rateseq* t1;
- struct rateseq* t2;
- struct rateseq* t3;
- struct rateseq* t4;
- struct contourrate* seq2;
- struct contourrate* seq1;
- IplImage* Image;
- virtual ~CDdView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CDdView)
- afx_msg void OnHistogram();
- afx_msg void OnImg();
- afx_msg void OnMatchcontour();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #ifndef _DEBUG // debug version in ddView.cpp
- inline CDdDoc* CDdView::GetDocument()
- { return (CDdDoc*)m_pDocument; }
- #endif
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DDVIEW_H__F568CDD6_5722_471D_9670_3E9CAFD63F82__INCLUDED_)