资源简介
基于弹性模板匹配的人脸表情识别程序。Gabor小波变换提取人脸表情特征以构造表情弹性图,基于弹性模板匹配及K-近邻的分类算法实现人脸表情的识别。
vs2010下运行通过。
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “test1.h“
#include “ChildFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChildframe
IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction
CChildframe::CChildframe()
{
// TODO: add member initialization code here
}
CChildframe::~CChildframe()
{
}
BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics
#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}
void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 10278 2004-05-29 15:10 ex
文件 10278 2004-05-25 16:37 ex
文件 10278 2004-05-24 19:13 ex
文件 10278 2004-05-24 19:14 ex
文件 10278 2004-05-24 19:14 ex
文件 10278 2004-05-24 19:15 ex
文件 10278 2004-05-24 19:15 ex
文件 10278 2004-05-24 19:15 ex
文件 10278 2004-05-24 19:15 ex
..A.SH. 32256 2007-01-23 21:19 ex
文件 10278 2004-05-24 19:16 ex
文件 10278 2004-05-24 19:16 ex
文件 10278 2004-05-24 19:16 ex
文件 10278 2004-05-24 19:17 ex
文件 10278 2004-05-24 19:17 ex
文件 10278 2004-05-24 19:17 ex
文件 10278 2004-05-24 19:18 ex
文件 10278 2004-05-24 19:18 ex
..A.SH. 38912 2005-06-02 16:32 ex
文件 10278 2004-05-24 19:18 ex
文件 10278 2004-05-29 15:24 ex
文件 10278 2004-05-24 19:19 ex
文件 10278 2004-05-29 15:40 ex
文件 10278 2004-05-24 19:19 ex
文件 10278 2004-05-24 19:19 ex
文件 10278 2004-05-24 19:20 ex
文件 10278 2004-05-24 19:20 ex
文件 10278 2004-05-24 19:20 ex
..A.SH. 47616 2005-06-02 16:32 ex
文件 10278 2004-05-18 21:06 ex
............此处省略101个文件信息
- 上一篇:毕向东25天的所有教程过程详细笔记
- 下一篇:简单的安卓登陆界面源码
相关资源
- zw_qq_18179941-9734156-表情识别.zip
- 结合Gabor特征与Adaboost的人脸表情识别
- 基于opencv的人脸表情识别的预处理
- 人脸表情模型学习
- 表情识别源代码
- fer2013 情感识别 表情识别 人脸图像
- JAFFE人脸数据库
- 人脸表情识别源代码
- 人脸识别 表情识别 疲劳驾驶 论文资
- intraFace人脸对齐
- 基于Gabor特征提取和神经网络的表情识
- 基于深度学习的人脸表情识别Tensorf
- 关于人脸表情识别相关英文文献 IE
- 人脸表情识别 源代码
- 人脸表情识别数据集-CMU_PIE_Face-PIE和
- 情感语料库
- 表情识别数据集
- CK+人脸表情数据集151357
- PCA+KNN人脸表情识别
- opencv2+vs2013实现表情识别 ,SVM+BP神经
- 68人脸特征点Hog+SVM人脸表情识别
- keras人脸表情识别.rar
- 表情识别fer2013数据集
- 基于Gabor小波+PCA+LDA特征提取方法的
- 深度学习的表情识别
- 面部表情识别实验 报告
- 微表情识别
- Gabor小波+PCA+LDA特征提取方法的人脸表
- 微表情识别CASME2数据集
- NLPCC2013评估任务_中文微博情绪识别
评论
共有 条评论