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

📄 filterdlg.h

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

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

/////////////////////////////////////////////////////////////////////////////
// CFilterDlg dialog

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

// Dialog Data
	//{{AFX_DATA(CFilterDlg)
	enum { IDD = IDD_FILTERDLG };
	int		m_nFilterType;
	int		m_nFilterWndSize;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CFilterDlg)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////
// CFrequencyFilterDlg dialog

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

	int m_nSize;			//
	int m_nRadias1;			//滤波器口径
	int m_nRadias2;			//滤波器口径
	int m_nFilterType;		//滤波器类型
	int m_nFilterFunction;	//滤波器特征

// Dialog Data
	//{{AFX_DATA(CFrequencyFilterDlg)
	enum { IDD = IDD_FREQUENCYFILTERDLG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CFrequencyFilterDlg)
	afx_msg void OnHighpass();
	afx_msg void OnLowpass();
	afx_msg void OnBandpass();
	afx_msg void OnRectangle();
	afx_msg void OnCircle();
	afx_msg void OnButterworth();
	afx_msg void OnExponential();
	afx_msg void OnChangeR1();
	afx_msg void OnChangeR2();
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_FILTERDLG_H__3BD1B340_6628_11D3_8B6A_0000E83F643B__INCLUDED_)

⌨️ 快捷键说明

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