Skip to content

wwwzlq/FacialExpressionDetection

 
 

Repository files navigation

#表情识别 基于ASM和Gabor的人脸表情识别
平台: Windows 7
集成开发环境: Visual Studio 2012
库:

  • OpenCV2.4.10
  • asmlib
工具:
  • CMake
  • VisualAssistX
流程图
![image](https://github.com/flyingzhao/livenessDetection/blob/master/demo/diagram.png)
ASM特征点标记(提取60个特征点)
![image](https://github.com/flyingzhao/livenessDetection/blob/master/demo/ASMModel.PNG)
Gabor特征提取(5个尺度,8个方向)
![image](https://github.com/flyingzhao/livenessDetection/blob/master/demo/6.PNG)
特征向量生成(2400维)
![image](https://github.com/flyingzhao/livenessDetection/blob/master/demo/feature.PNG)
分类器训练(使用SVM)
![image](https://github.com/flyingzhao/livenessDetection/blob/master/demo/svm.PNG)

About

基于ASM和Gabor的人脸表情识别

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.1%
  • Python 1.7%
  • Other 1.2%