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

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个附件,已经成功下载3583次)

最值得关注的外文源代码

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

xgy761220  2021年10月27日
谢谢分享!正在学习人脸识别内容
lala  2018年04月24日
正在学习,还不错
Sekhou  2018年04月15日
想下载
huangxing0826  2017年08月11日
不错
huangxing0826  2017年08月11日
还行
wwwwwl  2017年06月10日
xuexixuexia
chenhfbj  2016年11月30日
学习一下了,谢谢
有缘邮费的啥礼物  2016年11月24日
不错 怎么下载
天盘星期  2016年11月22日
谢谢分享的朋友~
silence5814  2016年06月24日
不错啊
dsz1341847688  2016年04月17日
很好,谢谢
静水深流  2016年03月04日
谢谢分享
renmg123  2015年11月05日
理解起来可以
tuoge  2015年07月30日
谢谢,试试看
Frank  2015年06月29日
怎么下载不了?
Frank  2015年06月29日
谢谢
张小轻  2015年01月26日
xiexie
逃逸成伤  2014年11月10日
怎么找到自己想要的程序呢
随性  2014年11月04日
值得初学者学习。
随性  2014年11月04日
挺好的,值得学习。
字数在300字内
请如实评论
200万国内源码搜索
CopyRight (C) codesoso.com 2007-2009 All Rights Reserved zhihuishi   免责声明