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

📄 statistic.h

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

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

/////////////////////////////////////////////////////////////////////////////
// CCorrelationDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CCorrelationDlg)
	enum { IDD = IDD_STATIC_RELATION };
	CString	m_strFirstFile;
	CString	m_strSecondFile;
	//}}AFX_DATA

	int m_nImgWidth;
	int m_nImgHeight;

	int m_operatingMode;

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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CCorrelationDlg)
	afx_msg void OnFirstImage();
	afx_msg void OnSecondImage();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////
// CLCdlg dialog

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

// Dialog Data
	//{{AFX_DATA(CLCdlg)
	enum { IDD = IDD_LIGHTCONTRASTDLG };
	int		m_nContrast;
	int		m_nLight;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CLCdlg)
	afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_STATISTIC_H__251A84C2_FE75_11D3_A469_0000E83F643B__INCLUDED_)

⌨️ 快捷键说明

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