source: proiecte/PPPP/eigenface2/capture.h @ 108

Last change on this file since 108 was 108, checked in by (none), 14 years ago

new eigenface

File size: 309 bytes
Line 
1// capture.h - by Robin Hewitt, 2007
2// http://www.cognotics.com/opencv/downloads/camshift_wrapper
3// This is free software. See License.txt, in the download
4// package, for details.
5//
6
7
8// Public interface for video capture
9int  initCapture();
10void closeCapture();
11IplImage * nextVideoFrame();
12
Note: See TracBrowser for help on using the repository browser.