capture.h

来自「face detecting source code very fast」· C头文件 代码 · 共 13 行

H
13
字号
// capture.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 video capture
int  initCapture();
void closeCapture();
IplImage * nextVideoFrame();

⌨️ 快捷键说明

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