error.h

来自「face recognition test source code」· C头文件 代码 · 共 23 行

H
23
字号
#ifndef ERROR_H
#define ERROR_H
/* File */
#define ERR_FILE_READ					-2
#define ERR_FILE_OPEN					-3
/* File Format */
#define ERR_FF							-20
#define ERR_FF_TRAINING_ENDTAG			-21
#define ERR_FF_RECONSTRUCTION_ENDTAG	-22
#define ERR_FF_RECOGNIZE_ENDTAG			-23
#define ERR_FF_MEET_ENDTAG				-24
#define ERR_FF_LOAD_EIGEN_ENDTAG		-25
/* Memory */
#define ERR_MEM_GETPTR					-50
#define ERR_MEM_ALLOCATE				-51
#define ERR_MEM_REALLOCATE				-52
#define ERR_MEMORY						-53
/* Matrix */
#define	ERR_MAT_LOAD_ROW				-100
#define	ERR_MAT_LOAD_COL				-101
#define	ERR_MAT_LOAD_HDR				-103
#endif /* ERROR_H */

⌨️ 快捷键说明

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