资源简介
经本人测试通过,可以运行,人脸检测人脸识别效果都很好,可以用于毕业设计,一个完整的人脸识别系统源代码,经本人测试通过,可以运行,人脸检测人脸识别效果都很好,可以用于毕业设计,一个完整的人脸识别系统源代码,经本人测试通过,可以运行,人脸检测人脸识别效果都很好,可以用于毕业设计,一个完整的人脸识别系统源代码,
代码片段和文件信息
// FaceDetection.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “FaceDetection.h“
#include “MainFrm.h“
#include “FaceDetectionDoc.h“
#include “FaceDetectionView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CFaceDetectionApp
BEGIN_MESSAGE_MAP(CFaceDetectionApp CWinApp)
//{{AFX_MSG_MAP(CFaceDetectionApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// 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
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CFaceDetectionApp construction
CFaceDetectionApp::CFaceDetectionApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CFaceDetectionApp object
CFaceDetectionApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CFaceDetectionApp initialization
BOOL CFaceDetectionApp::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
// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
// Register the application‘s document templates. Document templates
// serve as the connection between documents frame windows and views.
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CFaceDetectionDoc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CFaceDetectionView));
AddDocTemplate(pDocTemplate);
// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;
VERIFY( 1 == InitSkinMagicLib( AfxGetInstance
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 73332 2005-04-03 21:03 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\DETOURS.lib
文件 28372 2003-06-26 10:17 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\DIBAPI.CPP
文件 1806 2003-03-28 11:38 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\DIBAPI.h
文件 157508 2005-05-23 17:12 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\FaceDetection.aps
文件 3009 2005-05-23 17:22 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\FaceDetection.clw
文件 4814 2005-05-20 15:46 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\FaceDetection.cpp
文件 5548 2005-05-20 16:30 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\FaceDetection.dsp
文件 549 2005-05-28 18:11 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\FaceDetection.dsw
文件 1433 2005-05-20 15:15 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\FaceDetection.h
文件 386048 2008-04-14 14:59 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\FaceDetection.ncb
文件 70656 2008-04-14 14:59 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\FaceDetection.opt
文件 2474 2008-04-14 14:58 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\FaceDetection.plg
文件 13710 2005-05-23 17:12 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\FaceDetection.rc
文件 47467 2005-05-23 17:25 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\FaceDetectionDoc.cpp
文件 4056 2005-05-23 17:24 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\FaceDetectionDoc.h
文件 9519 2005-05-23 17:08 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\FaceDetectionView.cpp
文件 2637 2005-05-23 17:08 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\FaceDetectionView.h
文件 3491 2005-05-20 16:05 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\MainFrm.cpp
文件 1677 2005-05-23 17:22 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\MainFrm.h
文件 4479 2005-05-20 15:15 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\ReadMe.txt
文件 33604 2005-04-24 15:54 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\res\bin00001.bin
文件 46714 2005-04-24 15:54 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\res\bin00002.bin
文件 31454 2005-04-03 20:08 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\res\Devior.smf
文件 1078 2005-05-20 15:15 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\res\FaceDetection.ico
文件 405 2005-05-20 15:15 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\res\FaceDetection.rc2
文件 1078 2005-05-20 15:15 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\res\FaceDetectionDoc.ico
文件 766 2005-04-03 22:04 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\res\idr_dima.ico
文件 766 2005-04-03 22:04 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\res\idr_main.ico
文件 33604 2005-04-03 20:08 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\res\Kromo.smf
文件 31454 2005-04-24 15:54 FaceDetection\FaceDetection (1)\第13章 人脸检测源码FaceDetection\res\skinmagi.bin
............此处省略59个文件信息
- 上一篇:基于安卓系统的人事管理系统
- 下一篇:基于LABVIEW 的数据处理范例
相关资源
- 汽车销售管理系统报告和源代码
- 汽车销售管理系统报告+源代码
- struts2做的BBS网站源代码
- 智能孵化器毕业设计
- BWT 转换 源代码
- 课程设计毕业设计--学生公寓管理系统
- SD卡调试源代码 基于飞思卡尔MC9S12
- 稀疏表示和协同编码哪个对人脸识别
- 键盘钢琴KeyboardPiano(源代码)
- J2ME手机游戏毕业设计
- U盘防火墙 源代码 并附解析
- 图书管理系统源代码102984
- 网上报名系统 毕业设计
- 任哲uCOS-II 最新版书的源代码
- 三菱FX系列PLC的三层电梯自动控制
- nehe-opengl源代码
- PCA-SVM人脸识别代码
- LINUX内核源代码情景分析_完整完美版
- 毕业设计关于基于单片机全自动洗衣
- NucleusPlus源代码
- 磁盘数据恢复 删除文件恢复 删除数据
- 基于MVC的图书管理系统|本科毕业设计
- 文件校验器Checksum源代码
- Linux内核源代码情景分析(全册高清带
- STM32贪吃蛇游戏源代码
- 勤工助学岗位申请及管理系统的设计
- 数据库 课程设计 电信收费管理信息系
- A盾 v5.0 版本源代码
- 秦皇岛动物园门户网站
- NEC算法数字水印_源代码
评论
共有 条评论