fdlib.h

来自「人脸检测算法及其实现代码」· C头文件 代码 · 共 5 行

H
5
字号
void fdlib_detectfaces(unsigned char *rgbimage, 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 + -
显示快捷键?