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

📄 arithprocession.h

📁 由visual c++编写的北航一个的指纹识别系统
💻 H
字号:
#if !defined(AFX_ARITHPROCESSION_H__8095E8F4_3FEE_41A3_BF44_7305B06F609B__INCLUDED_)
#define AFX_ARITHPROCESSION_H__8095E8F4_3FEE_41A3_BF44_7305B06F609B__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CArithProcession form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "Scan_Bmp.h"

class CArithProcession : public CFormView
{
protected:
	CArithProcession();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CArithProcession)

// Form Data
public:
	//{{AFX_DATA(CArithProcession)
	enum { IDD = IDD_PROCESS };
	CStatic	m_Image4;
	CStatic	m_Image3;
	CStatic	m_Image2;
	CStatic	m_Image1;
	int		m_cenx;
	int		m_ceny;
	int		m_nTzhdNum;
	CString	m_sQuality;
	CString	m_sFingerType;
	//}}AFX_DATA

// Attributes
public:
	Scan_Bmp *sbmp1,*sbmp2;
    unsigned char *m_Minutia;
	int quli,type;
	int cenx,ceny;

// Operations
public:

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

// Implementation
protected:
	virtual ~CArithProcession();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
	//{{AFX_MSG(CArithProcession)
	afx_msg void OnInportBmpfile();
	afx_msg void OnInportCapture();
	afx_msg void OnComputeCenter();
	afx_msg void OnLuBo();
	afx_msg void OnThinner();
	afx_msg BOOL OnEraseBkgnd(CDC* pDC);
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

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

#endif // !defined(AFX_ARITHPROCESSION_H__8095E8F4_3FEE_41A3_BF44_7305B06F609B__INCLUDED_)

⌨️ 快捷键说明

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