当前注册人数107584人 邮箱: 密码: 注册新用户 忘记密码
首页 C/C++/MFC C# ASP.NET VB.NET MATLAB   站内搜索 BBS讨论社区 下载代码说明/积分规则
为什么要注册?

1. 可以直接免费从本站下载代码,防止邮件发送不到您的邮箱,或登录不了国外网站

2. 可以设定关键字,当有您关心的代码收录时,邮件通知您

3. 对这里的代码进行评分和评论

4. 可以和大家一起分享你的源代码,得到更多的建议

Free souce Code for PCA Face Recognition

Matlab主成份分析(PCA)人脸识别源代码

2008年07月13日
Matlab
这是一个Matlab编写的基于PCA的人脸识别分类算法,对FERET数据库进行了分类。
 
相关知识

包含的文件有:

createDistMat.m,pca.m,feret.m,dup1,dup2,fb,fc,feretGallery,listAll,trainList

使用方法:

Run the function pca to create a variable pcaProj.
Input variable pcaProj to the function createDistMat, thus creating a distance
matrix that you then use as an input to the function feret. See headers of
all three functions for more details. The sequence should look something like this:

>> load trainList.mat
>> pca ('C:/FERET_Normalised/', trainList, 200);
>> pcaDistMatCos = createDistMat(pcaProj, 'COS');
>> pcaResultsCOS = feret(pcaDistMatCos, 50);

>> pcaResultsCOS.perc(1)         % gives rank 1 result
>> plot(pcaResultsL1.cms)        % plots the CMS curve

 

源代码原文下载:
Face Recognition HomePage Face Recognition Homepage / Relevant information in the the area of face recognition / Information pool for the face recognition community / Entry point for novices as well as a centralized information resource

源码图片

从本站下载附件及源代码(1个附件,已经成功下载1182次)

最值得关注的外文源代码

Free Source Code for Image segmentation and Extraction
Multilinear Principal Component Analysis (MPCA) in Matlab
PCA-based Face Recognition System
评论(评论是增加积分的一个有效途径)
字数在300字内
请如实评论
本源代码共评论253次,此处显示最近20次评论! 查看所有评论

tedachun  2010年03月12日
学习中
duanqi  2010年03月11日
学习下
蚂蚁上树  2010年03月10日
不错 谢谢分享!!
David  2010年01月26日
不错 谢谢分享!!
可唠叨唠  2010年01月22日
so good
liner44  2010年01月16日
不错的
amy  2010年01月05日
很好
funszy  2009年12月23日
很好
feisty  2009年12月23日
可以啊多传点
shineway  2009年12月23日
真不错
林青  2009年12月18日
真的很好啊!
kakumizu  2009年12月14日
(1个附件,已经成功下载1012次)
qingtianpili  2009年12月09日
谢谢分享。
Bauer  2009年12月04日
非常感谢!
小妖cynthia  2009年11月16日
网站不错,以后常来!
yilu22008@163.com  2009年11月10日
这网站不错,谢谢
sasa  2009年10月16日
学习下
allanding  2009年10月16日
想弄明白
kimikate  2009年09月20日
谢谢了~
xinlan  2009年09月03日
学习
字数在300字内
请如实评论
CopyRight (C) codesoso.com 2007-2009 All Rights Reserved   免责声明
京ICP备08011023号