TemplateTrans.h
资源名称:车牌定位系统程序.zip [点击查看]
上传用户:renhuadsj
上传日期:2008-11-19
资源大小:1466k
文件大小:1k
源码类别:
图形图象
开发平台:
Visual C++
- // TemplateTrans.h
- #ifndef _INC_TemplateTransAPI
- #define _INC_TemplateTransAPI
- // 函数原型
- BOOL WINAPI Template(LPSTR lpDIBBits, LONG lWidth, LONG lHeight,
- int iTempH, int iTempW,
- int iTempMX, int iTempMY,
- FLOAT * fpArray, FLOAT fCoef);
- BOOL WINAPI MedianFilter(LPSTR lpDIBBits, LONG lWidth, LONG lHeight,
- int iFilterH, int iFilterW,
- int iFilterMX, int iFilterMY);
- unsigned char WINAPI GetMedianNum(unsigned char * bArray, int iFilterLen);
- BOOL WINAPI GradSharp(LPSTR lpDIBBits, LONG lWidth, LONG lHeight, BYTE bThre);
- BOOL WINAPI ReplaceColorPal(LPSTR lpDIB, BYTE * bpColorsTable);
- #endif //!_INC_TemplateTransAPI