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

📄 rotatedlg.h

📁 基于小波的SAR斑点处理
💻 H
字号:
#if !defined(AFX_ROTATEDLG_H__62601CC0_5FBD_11D3_8B6A_0000E83F643B__INCLUDED_)
#define AFX_ROTATEDLG_H__62601CC0_5FBD_11D3_8B6A_0000E83F643B__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CRotateDlg dialog

class CRotateDlg : public CDialog
{
// Construction
public:
	CRotateDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CRotateDlg)
	enum { IDD = IDD_ROTATEDIALOG };
	float	m_fDegree;
	int		m_nDirection;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CRotateDlg)
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////
// CResampleDlg dialog

class CResampleDlg : public CDialog
{
// Construction
public:
	CResampleDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CResampleDlg)
	enum { IDD = IDD_RESAMPLEDLG };
	int		m_nResultWidth;
	int		m_nResultHeight;
	int		m_nOriginWidth;
	int		m_nOriginHeight;
	int		m_nMethod;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CResampleDlg)
	afx_msg void OnKillfocusResultheight();
	afx_msg void OnKillfocusResultwidth();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CImgCombineDlg dialog

class CImgCombineDlg : public CDialog
{
// Construction
public:
	CImgCombineDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CImgCombineDlg)
	enum { IDD = IDD_IMAGECOMBINEDLG };
	CString	m_szBlueBand;
	CString	m_szGreenBand;
	CString	m_szRedBand;
	int		m_nImgHeight;
	int		m_nImgWidth;
	int		m_nMethod;
	CString	m_szBand1;
	CString	m_szBand2;
	CString	m_szBand3;
	//}}AFX_DATA

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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CImgCombineDlg)
	afx_msg void OnGreenbanddir();
	afx_msg void OnBluebanddir();
	afx_msg void OnRedbanddir();
	virtual void OnOK();
	afx_msg void OnIhsRadio();
	afx_msg void OnRgbRadio();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_ROTATEDLG_H__62601CC0_5FBD_11D3_8B6A_0000E83F643B__INCLUDED_)

⌨️ 快捷键说明

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