当前注册人数162856人 邮箱: 密码: 注册新用户 忘记密码
首页 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个附件,已经成功下载1691次)

最值得关注的外文源代码

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

xgy761220  2010年09月04日
thanks
hongbo01  2010年08月21日
非常感谢
yeah360  2010年06月07日
学习学习....
czyujian  2010年05月05日
研究中..........
cqh  2010年05月02日
学习中,感谢分享
bravekingzhang  2010年05月02日
学习只用
tyut  2010年04月30日
正在学习之中,非常有用
小田田  2010年04月27日
看看
衡芟  2010年04月17日
学习中,感谢分享
may125z  2010年03月23日
学习
新手上路  2010年03月17日
谢谢分享,正在学习这个
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日
可以啊多传点
字数在300字内
请如实评论
CopyRight (C) codesoso.com 2007-2009 All Rights Reserved   免责声明