FaceDetect

所属分类:图形图像处理
开发工具:matlab
文件大小:1135KB
下载次数:19
上传日期:2011-07-02 07:17:42
上 传 者ustcdonkey
说明:  该代码在matlab环境下实现人脸检测。核心代码采用c语言编写,可直接用于matlab环境下。目前,该代码可有效检测视频或图像中的单个人脸,可以作为研究者入门和学习编写代码之用。
(This code written in Matlab is used to realize face detection. The key code is written in C and can be applied in Matlab environment directly. Recently, it can only detect one face existing in video or image. So, it can be used to learn how to write code for face detection in Matlab environemtn.)

文件列表:
FaceDetect(人脸检测)\bin\cv100.dll (843824, 2006-10-18)
FaceDetect(人脸检测)\bin\cxcore100.dll (1011764, 2006-10-18)
FaceDetect(人脸检测)\bin\FaceDetect.dll (5632, 2008-05-20)
FaceDetect(人脸检测)\bin\FaceDetect.mexw32 (5632, 2008-05-20)
FaceDetect(人脸检测)\haarcascade_frontalface_alt2.xml (861012, 2005-03-16)
FaceDetect(人脸检测)\Include\cv.h (55272, 2006-09-27)
FaceDetect(人脸检测)\Include\cv.hpp (16143, 2006-09-06)
FaceDetect(人脸检测)\Include\cvcompat.h (41738, 2006-07-12)
FaceDetect(人脸检测)\Include\cvtypes.h (12868, 2005-11-22)
FaceDetect(人脸检测)\Include\cvver.h (2425, 2006-10-12)
FaceDetect(人脸检测)\Include\cxcore.h (74979, 2006-09-20)
FaceDetect(人脸检测)\Include\cxcore.hpp (12681, 2006-10-06)
FaceDetect(人脸检测)\Include\cxerror.h (8881, 2006-09-06)
FaceDetect(人脸检测)\Include\cxtypes.h (53467, 2006-09-08)
FaceDetect(人脸检测)\lena.jpg (91814, 2002-12-01)
FaceDetect(人脸检测)\lib\cv.lib (80482, 2006-10-18)
FaceDetect(人脸检测)\lib\cvhaartraining.lib (544676, 2006-10-19)
FaceDetect(人脸检测)\lib\cxcore.lib (81678, 2006-10-18)
FaceDetect(人脸检测)\MATLAB Central - File detail - Open CV Viola-Jones Face Detection in Matlab.files\application.css (840, 2010-11-28)
FaceDetect(人脸检测)\MATLAB Central - File detail - Open CV Viola-Jones Face Detection in Matlab.files\application.js (148, 2010-11-28)
FaceDetect(人脸检测)\MATLAB Central - File detail - Open CV Viola-Jones Face Detection in Matlab.files\fileexchange.css (5015, 2010-11-28)
FaceDetect(人脸检测)\MATLAB Central - File detail - Open CV Viola-Jones Face Detection in Matlab.files\ie6down.css (77, 2010-11-28)
FaceDetect(人脸检测)\MATLAB Central - File detail - Open CV Viola-Jones Face Detection in Matlab.files\mlc.css (60628, 2010-11-28)
FaceDetect(人脸检测)\MATLAB Central - File detail - Open CV Viola-Jones Face Detection in Matlab.files\sitewide.css (33376, 2010-11-28)
FaceDetect(人脸检测)\MATLAB Central - File detail - Open CV Viola-Jones Face Detection in Matlab.files\s_code.js (78500, 2010-11-28)
FaceDetect(人脸检测)\MATLAB Central - File detail - Open CV Viola-Jones Face Detection in Matlab.htm (73897, 2010-11-28)
FaceDetect(人脸检测)\src\FaceDetect.cpp (6532, 2008-05-15)
FaceDetect(人脸检测)\TestFaceDetection.m (415, 2008-05-13)
FaceDetect(人脸检测)\bin (0, 2011-07-02)
FaceDetect(人脸检测)\Include (0, 2011-07-02)
FaceDetect(人脸检测)\lib (0, 2011-07-02)
FaceDetect(人脸检测)\MATLAB Central - File detail - Open CV Viola-Jones Face Detection in Matlab.files (0, 2011-07-02)
FaceDetect(人脸检测)\src (0, 2011-07-02)
FaceDetect(人脸检测) (0, 2011-07-02)

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 Files\Microsoft Visual Studio .NET 2003 Matlab 7.5.0 R2007b with Microsoft Visual C++ 2005 in C:\Program Files\Microsoft 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 appropriate compiler. The native C compiler with Matlab did not compile this program. MS visual studio compilers are preferred. 2. Change path to the /src/ directory and issue the command mex FaceDetect.cpp -I../Include/ ../lib/*.lib -outdir ../bin/ The compiled files are stored in the bin directory. Place these output files along with "cv100.dll" and "cxcore.dll" in desired directory and set path appropriately in matlab. NOTE: compiling with Visual Studio 2005 version 8 compilier requires that a compiler sepcific dll be included along with the zip file. All the compiling on this zip are with visual studio 2003 version 7.1 compiler.

近期下载者

相关文件


收藏者