⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 feretio.h

📁 一个有关eigenface的matlab 例程
💻 H
字号:
#ifndef FERET_IO_INCLUDED#define FERET_IO_INCLUDEDtypedef unsigned char UCH;float *readferetraster(const char *fn, int numpix);float *writeferetraster(const char *fn, float *data, int numpix);UCH *readImagePGM(const char *filename, int *w, int *h, int verbose);void writeImagePGM(const char *fn, float *data, int numpix, int w, int h);static void bailer(const char *s1, const char *s2, const char *s3);void syserr(const char *funcname, const char *syscall, const char *msg);#endif

⌨️ 快捷键说明

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