cvml 在 2008-10-07 23:07:01 上传
说明:Gabor filter for face recognition or other computer vision applications
开发平台:matlab | 大小:1KB | 下载50次
hjh2008 在 2008-09-12 17:55:30 上传
说明:基于隐马尔可夫模型的人脸识别源代码,是作模式识别的最好学习代码
开发平台:Visual C++ | 大小:101KB | 下载45次
杨丹妮 在 2008-09-05 20:11:04 上传
说明:基于神经网络的人脸识别训练函数,非常有用,研究生优秀作品
开发平台:matlab | 大小:1KB | 下载170次
cannie 在 2008-09-04 16:02:32 上传
说明:face recognition test source code
开发平台:matlab | 大小:2181KB | 下载168次
shixiongguo 在 2008-09-02 17:34:24 上传
说明:基于静态图像的人脸识别系统,由武汉大学计算机学院开发,功能齐全,值得学习.
开发平台:Others | 大小:5122KB | 下载82次
celeneyang 在 2008-08-27 15:10:33 上传
说明:一个基于VC++的人脸检测系统,可检测并处理人脸区域以及眼睛,嘴部区域
开发平台:Visual C++ | 大小:239KB | 下载35次
cfdragon 在 2008-08-27 13:51:02 上传
说明:Two-Dimensional PCA: A New Approach to Appearance-Based Face Representation and Recognition
开发平台:PPT | 大小:1347KB | 下载71次
dennisspring 在 2008-08-26 01:47:07 上传
说明:Face Detection System matlab实现的人脸识别系统,含有9个源代码文件,及上百幅人脸图片
开发平台:matlab | 大小:204KB | 下载269次
robinhan348131 在 2008-08-09 13:09:31 上传
说明:OpenCV人脸检测源代码,可用于进行对人脸的识别和处理
开发平台:Visual C++ | 大小:102KB | 下载258次
chejianfeng 在 2008-08-04 15:20:52 上传
说明:人脸检测 可以检测视频火文件中的人脸位置
开发平台:Visual C++ | 大小:302KB | 下载70次
FUfNSw4Dou 在 2008-08-04 13:57:32 上传
说明:中科院的多视角人脸识别 Real-Time Multi-View Face Detection
开发平台:Others | 大小:512KB | 下载107次
ruanyu 在 2008-08-03 17:35:26 上传
说明:This zip file contains source code and windows executables for carrying out face detection on a gray scale image. The code implements Viola-Jones adaboosted algorithm for face detection by providing a mex implementation of OpenCV s face detector. Instructions for use and for compiling can be found in the Readme file. Usage: FaceDetect (<Haar Cascase XML file>, <Gray scale Image>) The function returns Nx4 matrix. In case no faces were detected, N=1 and all four entries are -1. Otherwise, N=number of faces in the image and the vector contains the x, y, width and height information of the face. Example, A = imread ( lena.jpg , JPG ) Img = double (rgb2gray(A)) Face = FaceDetect( haarcascade_frontalface_alt2.xml ,Img)
开发平台:Visual C++ | 大小:1265KB | 下载575次
ruanyu 在 2008-08-03 17:12:30 上传
说明:Eigenface Face Recognition System All functions are easy to use, as they are heavy commented. Furthermore, a sample script is included to show their usage.
开发平台:matlab | 大小:256KB | 下载129次
ruanyu 在 2008-08-03 16:44:52 上传
说明:Ultimate Face Recognition v 2.0 .1 an excellent face recognition and detection software.
开发平台:matlab | 大小:2025KB | 下载292次
TQ_123 在 2008-08-01 17:54:30 上传
说明:图像为人脸检测使的图像数据库this is a library for face detection
开发平台:Others | 大小:45KB | 下载5次
septemberan 在 2008-07-28 12:55:03 上传
说明:这是一个人脸识别系统的论文,基于ti的tms320c54x芯片,值得参考
开发平台:C/C++ | 大小:129KB | 下载8次
rexchenphd 在 2008-07-21 14:05:55 上传
说明:离散小波变换,然后主成分分析进行数据降维,用于模式识别,如人脸识别,掌纹,表情,指纹等识别。
开发平台:matlab | 大小:16KB | 下载1281次
rexchenphd 在 2008-07-21 14:02:24 上传
说明:Gabor小波提取特征,然后用支持向量机作分类器,可以用于掌纹,人脸,指纹识别。
开发平台:matlab | 大小:4KB | 下载1305次
flyingzhou 在 2008-07-15 00:18:21 上传
说明:Adaboost 正面人脸识别; 必须先装上OPENCV,编译环境乃是visual studio 2005
开发平台:Visual C++ | 大小:8657KB | 下载1256次
qzj19842001 在 2008-07-13 17:04:15 上传
说明:用matlab实现的pca算法,用于将维,适用于各种试验,如人脸识别程序
开发平台:matlab | 大小:617KB | 下载3989次
jianggongqin 在 2008-07-13 15:24:32 上传
说明:本程序能够识别图片中的人脸部分,提取人脸轮廓。
开发平台:Visual C++ | 大小:882KB | 下载81次
zhyankun 在 2008-07-11 21:49:47 上传
说明:face recognition using hmm. first version.
开发平台:Visual C++ | 大小:4400KB | 下载78次
zhyankun 在 2008-07-11 21:47:01 上传
说明:video based face detection source code. very useful! it doesn t rely on opencv
开发平台:Visual C++ | 大小:66KB | 下载58次
070389 在 2008-07-10 16:31:02 上传
说明:Face feature extraction for matching purposes
开发平台:Visual C++ | 大小:751KB | 下载30次
yanyan1987 在 2008-07-08 17:03:14 上传
说明:人脸识别五官定位,光线补偿,去除人脸其它部分,画出五官
开发平台:Visual C++ | 大小:3330KB | 下载142次
cmm 在 2008-07-01 09:26:24 上传
说明:基于opencv和vc++2005,用adaboost实现的人脸检测系统,检测率很高,速度很快,值得看看!
开发平台:Visual C++ | 大小:3536KB | 下载752次
ly6766 在 2008-06-28 05:05:25 上传
说明:带情绪的人头,使用blendshap功能实现人脸动画,利用心里学和统计学来进可能模拟真实的眼睛动画,需要在windowsxp下运行,使用了微软的文本发音系统,只支持英文发音。文件很大,大家耐心下载。具体介绍包含在代码里,都是E文,没时间去弄成中文,将就着用吧。本人的琐士的毕业设计。大家随便看看,多多支持。
开发平台:C# | 大小:63561KB | 下载265次
vanezuo 在 2008-06-23 22:28:20 上传
说明:一个人脸识别系统中用到的定位文件,可以定位人的脸和眼睛。
开发平台:matlab | 大小:2105KB | 下载211次
gyybqy 在 2008-06-23 14:11:54 上传
说明:用matlab实现了2dpca算法,基于ORL人脸数据库,识别率较高
开发平台:matlab | 大小:1KB | 下载519次
nmgmomo 在 2008-06-20 10:35:48 上传
说明:利用人脸的灰度值的不同可以高效识别人脸区域以及定位的功能,以及可以识别非人脸
开发平台:matlab | 大小:4KB | 下载46次