# FacialExpressionDetection **Repository Path**: greitzmann/FacialExpressionDetection ## Basic Information - **Project Name**: FacialExpressionDetection - **Description**: Facial expression recognition with ASM and Gabor - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 表情识别 [English Version](https://github.com/flyingzhao/FacialExpressionDetection/blob/master/English.md) 基于ASM和Gabor的人脸表情识别
平台: Windows 7
集成开发环境: Visual Studio 2012
库: 工具: 流程图
![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)