detect.h

来自「关于字符分割的程序」· C头文件 代码 · 共 20 行

H
20
字号
// detect.h


#ifndef _INC_DetectAPI
#define _INC_DetectAPI


// 函数原型
BOOL WINAPI ThresholdDIB (LPSTR lpDIBBits, LONG lWidth, LONG lHeight);
BOOL WINAPI AddMinusDIB (LPSTR lpDIBBits, LPSTR lpDIBBitsBK, LONG lWidth, LONG lHeight, bool bAddMinus);
BOOL WINAPI HprojectDIB (LPSTR lpDIBBits, LONG lWidth, LONG lHeight);
BOOL WINAPI VprojectDIB (LPSTR lpDIBBits, LONG lWidth, LONG lHeight);
BOOL WINAPI TemplateMatchDIB (LPSTR lpDIBBits, LPSTR lpTemplateDIBBits, 
							  LONG lWidth, LONG lHeight,LONG lTemplateWidth,LONG lTemplateHeight);

BOOL WINAPI HprojectDIB2 (LPSTR lpbi,int * hCount,int iLeft,int iTop,int iRight, int iBottom);

BOOL WINAPI VprojectDIB2 (LPSTR lpbi,int * hCount,int iLeft,int iTop,int iRight, int iBottom);

#endif //!_INC_DetectAPI

⌨️ 快捷键说明

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