operation.h

来自「vc++ study」· C头文件 代码 · 共 17 行

H
17
字号
// Operation.h

#define pi 3.1415927
#ifndef _INC_OperationAPI
#define _INC_OperationAPI

// 函数原型
BOOL WINAPI Template(LPSTR lpDIBBits, LONG lWidth, LONG lHeight, 
					 int iTempH, int iTempW, 
					 int iTempMX, int iTempMY,
					 double * fpArray, double fCoef);
BOOL WINAPI GaussDIB(LPSTR lpDIBBits, LONG lWidth, LONG lHeight);
double WINAPI CalThreshold(LPSTR lpDIBBits, LONG lWidth, LONG lHeight);
BOOL WINAPI EvenDetect(LPSTR lpDIBBits, LONG lWidth, LONG lHeight,double fThre);
BOOL WINAPI LightingCompensate(LPSTR lpDIBBits, LONG lWidth, LONG lHeight);

#endif //!_INC_OperationAPI

⌨️ 快捷键说明

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