rowley.hpp

来自「这是个人脸识别程序」· HPP 代码 · 共 11 行

HPP
11
字号
// $rowley.hpp 1.5 milbo$ interface between ASM software and Rowley face detector#if !defined(rowley_hpp)#define rowley_hppbool fRowleyFindFace(SHAPE &Shape,                                      // out        Image &Img, const char sImageFile[], const char sDataDir[]);    // in#endif // rowley_hpp

⌨️ 快捷键说明

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