基于Eigenface与Fisherface算法的OpenCV人脸识别系统源码说明
利用经典的 Eigenface 或者Fisherface实现的 人脸识别 需要opencv2.4.1 或者更新的版本,才可以编译或者运行 是学习openc
本专区汇聚了各类基于 特征脸 开发的源码资源,共计 30 篇资源供开发者免费下载学习。
利用经典的 Eigenface 或者Fisherface实现的 人脸识别 需要opencv2.4.1 或者更新的版本,才可以编译或者运行 是学习openc
应用背景 该算法主要应用于人脸识别,通过利用特征脸和PCA来实现的。 关键技术运用主成分分析(PCA)对图像进行降维,利用特征脸来提取人脸特征,并且根据最近邻法对待识别人脸进
K-L的人脸识别 K-L的人脸识别-KL Face Recognition Face Recognition KL
Eigenface Face Recognition System All functions are easy to use, as they are heavy comme
人脸识别的核心源代码,PDF格式文件,采用特征脸方法。可供有兴趣的人阅读。-the core source code, documents in PDF format, the m
经典的特征脸识别算法 经典的特征脸识别算法 -description: a matlab program that implement the classical face rec
The eigenfaces model and database is created in Matlab and saved on matlab format on the S
Face recognition using eigenfaces. C++Builder source code
The system tries to match a given face image to a set of given face images using a number
Pyfaces is written in python.It implements a face recognition technique that uses eigenfac
这是一个用特征脸方法做的人脸检测和识别,用matlab编程实现。-This is a method used Eigenface do face detection and rec
这是来自http://www.pages.drexel.edu/~sis26/Eigencode.htm关于特征脸提取。