搜索资源列表
opencv pca
- 该 程序是用opencv做的基于pca人脸识别源码,希望对大家有参考价值。
2dpca
- 利用2dPCA算法实现的人脸识别程序,值得一看,效果比较好 -2dPCA algorithm using face recognition program, worth a visit, the effect is better
FaceReco_PCA3
- 这是一个用VC6编写的PCA人脸识别程序,用到了opencv库,库文件一起上传了,可以直接编译。也有相应的训练与测试图像。感觉效果还可以!-This is a PCA face recognition using VC6 written procedures, use the opencv library, library file with the upload, can be directly compiled. Have corresponding training and test im
PCA
- 人脸识别里面,用c++讲PCA程序系统化,有输出界面-Face Recognition inside, using c++-speaking PCA procedure systematic, there is the output interface
pca
- 基于VC的PCA人脸识别,人脸库需要自己加入-The PCA-based Face Recognition VC
PCA
- 在图像处理特别是人脸识别中经常用到PCA算法,这是基于Opencv的PCA算法。-In the image processing in particular are often used in PCA face recognition algorithm, which is based on the Opencv the PCA algorithm.
PCA-and-for-the-face-recognition-
- 主成分分析,及其用于人脸识别的算法实现。-Principal component analysis, and for the face recognition algorithm.
face-opencv-cPP
- 基于opencv 人脸识别 pca 算法 c++的实现 -Pca-based face recognition algorithm opencv c++ implementation
pca
- 模式识别里面的经典PCA算法,用OpenCV视觉开发库实现的。该算法主要用于训练分类器,然后来对人脸来进行识别。-PCA algorithm developed with OpenCV
shiyuan
- 是一个基于opencv的人脸识别的程序。采用的是lda和pca降维的算法,来达到高精度的识别程序-Opencv face recognition program is based. Lda PCA dimensionality reduction algorithm to achieve high-precision recognition program
FaceRecognition
- 用VC++写的人脸识别系统,用到opencv和PCA算法-The face recognition with VC++ write system used opencv and PCA algorithm
FaceRecognition
- 经典的PCA人脸识别算法,C++源代码都是我自己写的,第一次上传,写得不好的地方请多多指教。已经经过我的多次测试和观察数据,代码运行正常,下载之后只要配置好opencv即可。 -The classic PCA face recognition algorithm, C++ source code I wrote it myself, the first upload, poorly written exhibitions. I have passed many tests and observa
facedection
- 基于PCA的人脸识别,需要用到Opencv,只有源码,一个比较简单的程序-PCA-based face recognition, it is necessary to use Opencv only source, a relatively simple procedure
Face-recognition-based-on-PCA
- 基于PCA的人脸识别 适用于样本文件数量较小,用opencv实现-PCA-based face recognition for smaller number of sample documents, using opencv
FaceReg_Pca
- 基于opencv的C++编写的利用haar特征人脸检测pca人脸识别的程序和相关文件。-Based on the opencv C++ prepared by the use haar feature face detection pca face recognition programs and associated documentation.
PCA
- 用OPENCV实现了人脸识别系统,采用ORL人脸库进行测试,选择每个身份前5张做训练图,一共200个训练样本。-OPENCV achieved using face recognition system that uses the ORL testing, each identity before choosing to do training Figure 5, a total of 200 training samples.
pca
- 利用OpenCV库函数实现PCA(主成成分分析)算法,该算法是经典人脸识别算法Eigenface里的核心算法。-Use OpenCV library functions achieve PCA (Principal Component Analysis into) algorithm, which is a classic face recognition algorithm Eigenface in core algorithm.
test9.5
- 简单的人脸识别,使用opencv图像处理,PCA(sample face recognition)
python_face_recog
- 基于python+opencv 的 人脸识别,对一段视频进行读取,并检测出人脸,然后进行PCA 降维,最后用SVM进行人脸识别,识别率94%左右。(Based on python + opencv face recognition, a video was read, and face detection, and then PCA dimension reduction, and finally SVM face recognition, recognition rate of about 9
PCA人脸识别
- opencv下,用PCA主成分分析的方式做人脸识别(Using PCA principal component analysis to do face recognition)