搜索资源列表
人脸识别系统
- 基于pca的人脸识别系统,绝对能运行,对于初步学习MATLAB的人来说,是很好的识别应用程序
模式识别matlab工具箱,包括svm,ICA,PCA,NN等等模式识别算法
- 模式识别matlab工具箱,包括svm,ICA,PCA,NN等等模式识别算法
PCA算法的人脸识别
- 这是一个PCA算法的人脸识别的程序
opencv pca
- 该 程序是用opencv做的基于pca人脸识别源码,希望对大家有参考价值。
人脸识别
- 使用PCA实现人脸识别的算法,matlab实现
pca人脸提取算法
- pca人脸特征提取算法
PCA.rar
- 主元分析PCA的C代码,自己花了好几天编的,对做数据挖掘和模式识别的同志们有用,PCA principal component analysis of C code that he spent a few days for the better, and to do data mining and pattern recognition useful comrades
PCA和MDA进行人脸识别
- 模式识别课程中,PCA和MDA进行人脸识别,训练和测试,PCA AND MDA
PCA-SIFT
- 一个基于matlab语言的编程,可以实现对人脸的识别算法-A matlab-based programming language can be achieved on the human face recognition algorithm
PCA
- PCA,主成分分析,可应用于矩阵降维,人脸特征提取及人脸识别。-PCA, principal component analysis, can be applied to matrix reduction, facial feature extraction and face recognition.
PCA
- PCA人脸识别算法,识别率达到99 ,采用小波变换的方法及主成分分析法。-PCA face recognition algorithm, the recognition rate up to 99 , using wavelet transform methods and principal component analysis.
pcahhj
- PCA人脸识别程序,包括人脸训练样本集,是一款很好用的PCA程序,可以再matlab上很好的运行,-PCA face recognition process
PCA
- matlab环境下的 PCA人脸识别方法,连续输入图像后,主成分分析,特征提取,形成特征脸训练测试,得出精度-face recognition
kpca
- 使用核PcA来识别图片,图片为200张测试图片,200张训练图片,包含在在压缩文件中。-To identify the use of nuclear PcA picture, pictures, for 200 test images, 200 training images, is included in the compressed file.
PCA
- 主成分分析,可以用来做人脸识别的程序,方便,快捷-Principal component analysis, face recognition can be used to do the procedure, convenient and fast
PCA
- 应用PCA进行特征提取和降维,可以应用于数据挖掘,机器学习,人脸识别上!-Application of PCA for feature extraction and dimensionality reduction can be applied to data mining, machine learning, face recognition on!
pca
- 一个很好的人脸识别系统,包括对图像的处理,识别,以及重建等。希望对大家有帮助-a good face recognition system, including image processing, recognition, and renewal. We hope to help
pca
- PCA主成分分析,用于人脸识别,特征提取等-PCA principal component analysis for face recognition, feature extraction, etc.
pca
- PCA代码 主成分分析代码 适合初学人脸识别的朋友学习使用-PCA principal component analysis source code suitable for beginner learning to use face recognition friend
PCA
- 用于模式识别中的PCA降维输入数据data和option。data是一个矩阵,每一行代表一个样本。option是选择降维到多少维。-[eigvector, eigvalue] = PCA(data, options) [eigvector, eigvalue] = PCA(data)