資源簡介
基于彈性模板匹配的人臉表情識別程序。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天的所有教程過程詳細筆記
- 下一篇:簡單的安卓登陸界面源碼
評論
共有 條評論