Skip to content

Using OpenCV+PCA+KNN/SVM to implement face detection and recognition

Notifications You must be signed in to change notification settings

TimeIvyace/OpenCV-PCA-KNN-SVM_face_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV-PCA-KNN-SVM_face_recognition

Using OpenCV+PCA+KNN/SVM to implement face detection and recognition

本文代码使用OpenCV调用摄像头检测人脸,然后通过PCA降维,使用KNN或SVM进行分类。

face_recognition.py为代码,haarcascade_frontalface_alt.xml为opencv人脸检测器模型。

代码详细内容可见http://blog.csdn.net/gaoyueace/article/details/79600979

About

Using OpenCV+PCA+KNN/SVM to implement face detection and recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages