TemplateTrans.h
上传用户:renhuadsj
上传日期:2008-11-19
资源大小:1466k
文件大小:1k
源码类别:

图形图象

开发平台:

Visual C++

  1. // TemplateTrans.h
  2. #ifndef _INC_TemplateTransAPI
  3. #define _INC_TemplateTransAPI
  4. // 函数原型
  5. BOOL WINAPI Template(LPSTR lpDIBBits, LONG lWidth, LONG lHeight, 
  6.  int iTempH, int iTempW, 
  7.  int iTempMX, int iTempMY,
  8.  FLOAT * fpArray, FLOAT fCoef);
  9. BOOL WINAPI MedianFilter(LPSTR lpDIBBits, LONG lWidth, LONG lHeight, 
  10.  int iFilterH, int iFilterW, 
  11.  int iFilterMX, int iFilterMY);
  12. unsigned char WINAPI GetMedianNum(unsigned char * bArray, int iFilterLen);
  13. BOOL WINAPI GradSharp(LPSTR lpDIBBits, LONG lWidth, LONG lHeight, BYTE bThre);
  14. BOOL WINAPI ReplaceColorPal(LPSTR lpDIB, BYTE * bpColorsTable);
  15. #endif //!_INC_TemplateTransAPI