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

📄 susandlg.h

📁 图像处理软件,功能比较基础
💻 H
字号:
#if !defined(AFX_SUSANDLG_H__A22BC120_E282_11D5_9632_5254AB3290F1__INCLUDED_)
#define AFX_SUSANDLG_H__A22BC120_E282_11D5_9632_5254AB3290F1__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSUSANDLG dialog

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

// Dialog Data
	//{{AFX_DATA(CSUSANDLG)
	enum { IDD = IDD_SUSAN_PARAMETER };
	int		m_brightnessthreshold;
	float	m_distancethreshold;
	BOOL	m_principle;
	BOOL	m_susan_quick;
	BOOL	m_drawing_mode;
	BOOL	m_three_by_three;
	BOOL	m_thin_post_proc;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CSUSANDLG)
	afx_msg void OnCornermode();
	afx_msg void OnEdgemode();
	afx_msg void OnSmoothmode();
	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SUSANDLG_H__A22BC120_E282_11D5_9632_5254AB3290F1__INCLUDED_)

⌨️ 快捷键说明

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