⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nicuiview.h

📁 本程序主要针对近景数码相片中的标志点的精确定位
💻 H
字号:
// nicuiView.h : interface of the CNicuiView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_NICUIVIEW_H__EA247EF8_59C4_4CE3_9973_9006281DA830__INCLUDED_)
#define AFX_NICUIVIEW_H__EA247EF8_59C4_4CE3_9973_9006281DA830__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class CNicuiView : public CScrollView
{
protected: // create from serialization only
	CNicuiView();
	DECLARE_DYNCREATE(CNicuiView)

// Attributes
public:
	CNicuiDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CNicuiView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	virtual void OnInitialUpdate();
	protected:
	virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
	virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
	virtual void CalcWindowRect(LPRECT lpClientRect, UINT nAdjustType = adjustBorder);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CNicuiView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CNicuiView)
	afx_msg void OnFILE24ToGray();
	afx_msg void OnFILE256ToGray();
	afx_msg BOOL OnEraseBkgnd(CDC* pDC);
	afx_msg LRESULT OnDoRealize(WPARAM wParam, LPARAM lParam);  // user message
	afx_msg void OnViewIntensity();
	afx_msg void OnPointEqua();
	afx_msg void OnPointInvert();
	afx_msg void OnPointThre();
	afx_msg void OnGeomRota();
	afx_msg void OnGeomTran();
	afx_msg void OnGeomMirh();
	afx_msg void OnGeomMirv();
	afx_msg void OnGeomTrpo();
	afx_msg void OnGeomZoom();
	afx_msg void OnFreqFour();
	afx_msg void OnEdgeGauss();
	afx_msg void OnEdgeKirsch();
	afx_msg void OnEdgePrewitt();
	afx_msg void OnEdgeRobert();
	afx_msg void OnEdgeSobel();
	afx_msg void OnEdgeHough();
	afx_msg void OnDetectThreshold();
	afx_msg void OnGetcor();
	afx_msg void OnEnhaSmooth();
	afx_msg void OnEdgeContour();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in nicuiView.cpp
inline CNicuiDoc* CNicuiView::GetDocument()
   { return (CNicuiDoc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_NICUIVIEW_H__EA247EF8_59C4_4CE3_9973_9006281DA830__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -