source: proiecte/PPPP/eigenface/capture.h @ 28

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

first try at 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.