PointTrans.h
资源名称:imageview.zip [点击查看]
上传用户:gz_nwdz
上传日期:2007-01-12
资源大小:527k
文件大小:1k
源码类别:
图形图象
开发平台:
Visual C++
- // PointTrans.h
- #ifndef _INC_PointTransAPI
- #define _INC_PointTransAPI
- // 函数原型
- BOOL WINAPI LinerTrans(LPSTR lpDIBBits, LONG lWidth, LONG lHeight, FLOAT fA, FLOAT fB);
- BOOL WINAPI ThresholdTrans(LPSTR lpDIBBits, LONG lWidth, LONG lHeight, BYTE bThre);
- BOOL WINAPI WindowTrans(LPSTR lpDIBBits, LONG lWidth, LONG lHeight, BYTE bLow, BYTE bUp);
- BOOL WINAPI GrayStretch(LPSTR lpDIBBits, LONG lWidth, LONG lHeight, BYTE bX1, BYTE bY1, BYTE bX2, BYTE bY2);
- BOOL WINAPI InteEqualize(LPSTR lpDIBBits, LONG lWidth, LONG lHeight);
- #endif //!_INC_PointTransAPI
English
