📄 hdg.h
字号:
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -