资 源 简 介
将matlab和opencv联系起来的人脸识别算法,用的时候请仔细阅读说明,有源码
Instructions for use:
To use the Face detection program you need to set path in matlab to the bin directory of this zip file
"FaceDetect.dll" is used by versions earlier than 7.1 while "FaceDetect.mexw32" is used by later versions
The two files "cv100.dll" and "cxcore.dll" should be placed in the same directory as the other files.
Requirements for compiling:
Matlab 7.0.0 R14 or Matlab 7.5.0 R2007b
Microsoft visual studio 2003 or 2005
Tested on:
Matlab 7.0.0 R14 with Microsoft Visual C/C++ version 7.1 in C:Program FilesMicrosoft Visual Studio .NET 2003
Matlab 7.5.0 R2007b with Microsoft Visual C++ 2005 in C:Program FilesMicrosoft Visual Studio 8
Instructions for compiling:
1. Setup Mex compiler:
Type "mex -setup" in the command window of matlab. Follow the instructions and choose the approp