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

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

new eigenface

File size: 349 bytes
Line 
1// facedet.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// Public interface for face detection
8int      initFaceDet(const char * haarCascadePath);
9void     closeFaceDet();
10CvRect * detectFace(IplImage * pImg);
Note: See TracBrowser for help on using the repository browser.