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

📄 palmprintdlg.h

📁 基于傅里叶变换的掌纹识别!该方法的基本思想是先将掌纹图像应用傅立叶变换转换到频域,然后在频域中进行特征提取和描述.提取出来的特征备用来索引掌纹数据库,以便当一个新的掌纹图像被输入时,可以很快确定该手掌
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -