fdlib.h
来自「Face Recognition Library ==============」· C头文件 代码 · 共 3 行
H
3 行
void fdlib_detectfaces(unsigned char *imagedata, int imagewidth, int imageheight, int threshold);
int fdlib_getndetections();
void fdlib_getdetection(int nr, int *xpos, int *ypos, int *width);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?