matlvq.h
来自「face recognition test source code」· C头文件 代码 · 共 13 行
H
13 行
#ifndef MATLVQ_H
#define MATLVQ_H
int MattoEntries(struct entries **pentries, CMatrix *pmat);
int EntriestoMat(CMatrix **pmat, struct entries *pentries);
int DeleteEntries(struct entries *pentries);
int LVQParamstoTeach(struct teach_params *tparams, PLVQPARAMS params);
int NumClass();
int GetClassInt(int i);
int GetLabelInt(char *str);
char *GetClassStr(int i);
#endif /*MATLVQ_H*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?