• 大小: 8.21MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2022-06-03
  • 语言: 其他
  • 标签: vc  opencv  人脸识别  

资源简介

这是基于VC+opencv的人脸识别,可以精确的识别出人脸五官并圈出来

资源截图

代码片段和文件信息

// bishe5_1.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “bishe5_1.h“
#include “bishe5_1Dlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CBishe5_1App

BEGIN_MESSAGE_MAP(CBishe5_1App CWinApp)
//{{AFX_MSG_MAP(CBishe5_1App)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CBishe5_1App construction

CBishe5_1App::CBishe5_1App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CBishe5_1App object

CBishe5_1App theApp;

/////////////////////////////////////////////////////////////////////////////
// CBishe5_1App initialization

BOOL CBishe5_1App::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CBishe5_1Dlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-04-26 18:22  bishe6\
     文件       11605  2011-04-30 16:26  bishe6\CameraDS.cpp
     文件        3302  2011-04-30 16:26  bishe6\CameraDS.h
     目录           0  2014-04-26 15:18  bishe6\Debug\
     文件       99385  2014-04-17 19:59  bishe6\Debug\CameraDS.obj
     文件           0  2014-04-17 19:59  bishe6\Debug\CameraDS.sbr
     文件       25097  2014-04-17 22:31  bishe6\Debug\OpenCvEx.obj
     文件           0  2014-04-17 22:31  bishe6\Debug\OpenCvEx.sbr
     文件      106069  2014-04-17 19:59  bishe6\Debug\StdAfx.obj
     文件     1367194  2014-04-17 19:59  bishe6\Debug\StdAfx.sbr
     文件     7119872  2014-04-26 15:18  bishe6\Debug\bishe5_1.bsc
     文件      155710  2014-04-26 15:18  bishe6\Debug\bishe5_1.exe
     文件      533044  2014-04-26 15:18  bishe6\Debug\bishe5_1.ilk
     文件       13196  2014-04-17 22:43  bishe6\Debug\bishe5_1.obj
     文件     7469560  2014-04-17 19:59  bishe6\Debug\bishe5_1.pch
     文件      697344  2014-04-26 15:18  bishe6\Debug\bishe5_1.pdb
     文件        3096  2014-04-17 22:43  bishe6\Debug\bishe5_1.res
     文件           0  2014-04-17 22:43  bishe6\Debug\bishe5_1.sbr
     文件       85461  2014-04-26 15:18  bishe6\Debug\bishe5_1Dlg.obj
     文件           0  2014-04-26 15:18  bishe6\Debug\bishe5_1Dlg.sbr
     文件      451584  2014-04-26 18:18  bishe6\Debug\vc60.idb
     文件      749568  2014-04-26 15:18  bishe6\Debug\vc60.pdb
     目录           0  2014-04-17 19:48  bishe6\DirectShow\
     目录           0  2014-04-17 19:48  bishe6\DirectShow\Include\
     文件       19851  2011-04-30 16:26  bishe6\DirectShow\Include\Amvideo.h
     文件       53527  2011-04-30 16:26  bishe6\DirectShow\Include\Bdatif.h
     文件        3214  2011-04-30 16:26  bishe6\DirectShow\Include\DShow.h
     文件        8142  2011-04-30 16:26  bishe6\DirectShow\Include\DxDiag.h
     文件        3715  2011-04-30 16:26  bishe6\DirectShow\Include\Iwstdec.h
     文件        1510  2011-04-30 16:26  bishe6\DirectShow\Include\Mpeg2Bits.h
     文件        4095  2011-04-30 16:26  bishe6\DirectShow\Include\Mpeg2Error.h
............此处省略176个文件信息

评论

共有 条评论