搜索资源列表
FaceRec
- pca人脸识别matlab源码,其中提供了详细的步骤说明
FaceRec.rar
- Face recognition is a popular industry video surveillance technology, the use of biometric identification information and thus achieve the purpose of identity,Face recognition is a popular industry video surveillance technology, the use of biometric
FaceRec
- 一个简单的人脸识别程序,用pca算法实现的,里面有详细的解析-A simple face recognition process, using PCA algorithm, and there are detailed analytical
FaceRec.tar
- Face REcognition demo ... OpenCv Opens Web cam and recognises face
FaceRec
- 这是一个用matlab实现的基于支持向量机的人脸识别系统,已经本人调试通过,非常有用。-This is a matlab implementation with support vector machine-based face recognition system has been through my debugging, very useful.
FaceRec
- matlab实现人脸识别,图像定位,表情捕捉等-Matlab face recognition, image positioning, expression capture, etc
FaceRec-SVM
- 基于SVM的人脸检测。优化了部分代码。可以参考一下,各位亲们。-SVM-based face detection. Optimize the part of the code. Reference, you pro.
FaceRec
- pca ann 人脸识别源码 vc实现 WriteHuge改为Write-pca ann face recognition. vc source code
FaceRec
- 人脸识别代码,包括人脸训练几何和训练分类算法,可以实际应用。-face recognition
FaceRec
- 最新SVM和PCA的人脸识别系统,详细地给出了用SVM解决问题的一般框架-Latest SVD and PCA Face Recognition System
FaceRec
- 这是基于pca与svm的人脸识别的GUI系统,自带ORL人脸库,亲测可以运行。-This is a GUI-based pca face recognition system with the svm, comes ORL , the pro-test can be run.
FaceRec
- 对人脸部特征的识别,基于PCA和SVM的框架。同时给出SVM处理问题的一般框架。-The recognition of human facial features, framework based on PCA and SVM. At the same time give SVM general framework to deal with problems.
人脸识别代码
- 人脸识别是一个有监督学习过程,首先利用训练集构造一个人脸模型,然后将测试集与训练集进行匹配,找到与之对应的训练集头像。最容易的方式是直接利用欧式距离计算测试集的每一幅图像与训练集的每一幅图像的距离,然后选择距离最近的图像作为识别的结果。(Face recognition is a supervised learning process. Firstly, a face model is constructed by training set, and then the test set is m
FaceRec
- 人脸识别样例,可以对人脸进行识别,有独立的fui,操作简单(Face recognition system)
FaceRec
- 对人脸进行特征提取,并使用K近邻算法得其识别率(Feature extraction is performed on the face and its recognition rate is obtained using K nearest neighbor algorithm)