📄 facedet.h
字号:
// facedet.h - by Robin Hewitt, 2007
// http://www.cognotics.com/opencv/downloads/camshift_wrapper
// This is free software. See License.txt, in the download
// package, for details.
//
// Public interface for face detection
int initFaceDet(const char * haarCascadePath);
void closeFaceDet();
CvRect * detectFace(IplImage * pImg);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -