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

📄 dotinputdlg.h

📁 数字摄影测量相关算法编程,在VC环境下实现影像特征点提取.
💻 H
字号:
/*#if !defined(AFX_DOTINPUTDLG_H__B1952741_BB10_11D4_B93A_9603E60A174D__INCLUDED_)
#define AFX_DOTINPUTDLG_H__B1952741_BB10_11D4_B93A_9603E60A174D__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DotInputDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CDotInputDlg dialog

class CDotInputDlg : public CDialog
{
// Construction
public:
	CDotInputDlg(CWnd* pParent = NULL);   // standard constructor
    float xy[32];
// Dialog Data
	//{{AFX_DATA(CDotInputDlg)
	enum { IDD = IDD_ControlPointDialog };
	float	m_ly2;
	float	m_lx2;
	float	m_lx1;
	float	m_ly1;
	float	m_rx1;
	float	m_ry1;
	float	m_rx2;
	float	m_ry2;
	float	m_lx3;
	float	m_ly3;
	float	m_rx3;
	float	m_ry3;
	float	m_lx4;
	float	m_ly4;
	float	m_rx4;
	float	m_ry4;
	float	m_lx5;
	float	m_ly5;
	float	m_rx5;
	float	m_ry5;
	float	m_lx6;
	float	m_ly6;
	float	m_rx6;
	float	m_ry6;
	float	m_lx7;
	float	m_ly7;
	float	m_rx7;
	float	m_ry7;
	float	m_lx8;
	float	m_ly8;
	float	m_rx8;
	float	m_ry8;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CDotInputDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDotInputDlg)
	afx_msg void OnLoad();
	afx_msg void OnReturn();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DOTINPUTDLG_H__B1952741_BB10_11D4_B93A_9603E60A174D__INCLUDED_)
*/

⌨️ 快捷键说明

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