sammon.h
来自「face recognition test source code」· C头文件 代码 · 共 8 行
H
8 行
#ifndef SAMMON_H
#define SAMMON_H
struct entries *remove_identicals(struct entries *codes, int *rem);
struct entries *sammon_iterate(struct entries *codes, double length, float *error);
int put_sammon(struct teach_params *tparams, char *name, long num, int total);
#endif /*SAMMON_H*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?