graybmp.h

来自「可采集MBF指纹传感器图像」· C头文件 代码 · 共 13 行

H
13
字号
#ifndef GRAYBMP_H#define GRAYBMP_Hint WriteGrayBMPFile(char *filename,unsigned char *tempdata,					 unsigned int width,unsigned int height);void * ReadGrayBMPFile(char *FileName, unsigned int * nwidth,					 unsigned int *nheight);int SliceGrayBMP(unsigned char * olddata,int oldwidth,int oldheight,		    unsigned char *newdata, int left,int top,int width,int height);#endif

⌨️ 快捷键说明

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