hdg.h

来自「手掌采集程序」· C头文件 代码 · 共 24 行

H
24
字号
// hdg.h: interface for the Chdg class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_HDG_H__0BB390D5_BB00_450F_AF93_DB9A1B0894E2__INCLUDED_)
#define AFX_HDG_H__0BB390D5_BB00_450F_AF93_DB9A1B0894E2__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class Chdg : public CObject  
{
public:
	BOOL rgb2gray(BYTE*pout,BYTE*pin,int z_row,int z_col,int z_deep);
	BOOL getmask(BYTE *pout,BYTE*pin,int z_row,int z_col,int z_deep);
	double cacuangle(double* pA,double*pB,int ndimension);
	Chdg();
	virtual ~Chdg();

};

#endif // !defined(AFX_HDG_H__0BB390D5_BB00_450F_AF93_DB9A1B0894E2__INCLUDED_)

⌨️ 快捷键说明

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