搜索资源列表
SVM
- 使用SVM实现人脸检测,能够帮助初学者了解SVM的原理-face detection by using svm,which can help seniors to learn SVM
flandmark-master
- 人脸检测flandmark-master-Detector of Facial Landmarks Learned by the Structured Output SVM
chapter13
- pca,svm人脸识别,有训练,识别,和orl人脸库-pca,svm source code, can detect human faces
faceRecognization
- 本程序中,利用了LBP特征对人脸特征进行提取,并且利用SVM对提取的人脸特征进行训练和识别,其中,所用的图像处理库OpenCV2.4.9版本;通过对人脸库中的标准标本进行测试,算法识别率高达95%以上;(LBP features extract facial features, and use SVM to extract and recognize the facial features. The OpenCV2.4.9 version of the image processing libr
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
人脸识别
- 完整人脸识别程序和说明,该程序是中的人脸检测系统的克隆。 而神经网络,它是基于支持向量机(SVM)Machin(Complete face recognition program and descr iption)