palmprintdlg.h

来自「基于傅里叶变换的掌纹识别!该方法的基本思想是先将掌纹图像应用傅立叶变换转换到频域」· C头文件 代码 · 共 55 行

H
55
字号
// PalmPrintDlg.h : header file
//

#if !defined(AFX_PALMPRINTDLG_H__C7435C26_9A0A_451A_BCF9_1B470CA35BC2__INCLUDED_)
#define AFX_PALMPRINTDLG_H__C7435C26_9A0A_451A_BCF9_1B470CA35BC2__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "dibapi.h"
/////////////////////////////////////////////////////////////////////////////
// CPalmPrintDlg dialog

class CPalmPrintDlg : public CDialog
{
// Construction
public:
	void DrawBMP(int nID, HDIB ndib);
	CPalmPrintDlg(CWnd* pParent = NULL);	// standard constructor
	
	HDIB m_hDIB;
// Dialog Data
	//{{AFX_DATA(CPalmPrintDlg)
	enum { IDD = IDD_PALMPRINT_DIALOG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;
	CPalette* m_palDIB;
	// Generated message map functions
	//{{AFX_MSG(CPalmPrintDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnButton1();
	afx_msg void OnButton3();
	afx_msg void OnButton2();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_PALMPRINTDLG_H__C7435C26_9A0A_451A_BCF9_1B470CA35BC2__INCLUDED_)

⌨️ 快捷键说明

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