資源簡介
可以檢測人臉,并且識別出人臉的表情,喜怒哀樂,驚喜等,是基于OpenCV開發的,可以直接運行的系統
代碼片段和文件信息
//?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??2008-05-31?10:21??表情識別\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
?????文件??????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
?????文件??????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
?????文件??????10278??2004-05-18?21:06??表情識別\ex
?????文件??????10278??2004-05-25?16:47??表情識別\ex
?????文件??????10278??2004-05-24?19:24??表情識別\ex
?????文件??????10278??2004-05-24?19:23??表情識別\ex
............此處省略137個文件信息
- 上一篇:土方計算工具 htcad 完美破解 非試用版
- 下一篇:extjs6.6項目
評論
共有 條評論