资源简介
基于opencv的人脸检测与跟踪,算法高效,mfc界面完成,可供参考优化修改

代码片段和文件信息
// OpencvUIDlg.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “OpencvUIDlg.h“
#include “OpencvUIDlgDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// COpencvUIDlgApp
BEGIN_MESSAGE_MAP(COpencvUIDlgApp CWinApp)
//{{AFX_MSG_MAP(COpencvUIDlgApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// COpencvUIDlgApp construction
COpencvUIDlgApp::COpencvUIDlgApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only COpencvUIDlgApp object
COpencvUIDlgApp theApp;
/////////////////////////////////////////////////////////////////////////////
// COpencvUIDlgApp initialization
BOOL COpencvUIDlgApp::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
COpencvUIDlgDlg 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 2011-09-04 14:48 OpencvUIDlg2.1
文件 921654 2011-08-30 20:36 OpencvUIDlg2.1\1.bmp
文件 921654 2011-08-30 20:36 OpencvUIDlg2.1\2.bmp
文件 921654 2011-08-30 20:36 OpencvUIDlg2.1\3.bmp
文件 129016 2009-08-30 13:42 OpencvUIDlg2.1\arrow.ani
文件 326 2008-04-29 16:00 OpencvUIDlg2.1\cross_i.cur
目录 0 2011-09-04 14:48 OpencvUIDlg2.1\Debug
文件 766 2009-08-30 13:44 OpencvUIDlg2.1\hcross.cur
文件 766 2009-08-30 13:47 OpencvUIDlg2.1\lcross.cur
文件 27548 2011-08-15 20:55 OpencvUIDlg2.1\OpencvUIDlg.aps
文件 2551 2009-08-30 16:02 OpencvUIDlg2.1\OpencvUIDlg.clw
文件 2133 2009-08-27 09:21 OpencvUIDlg2.1\OpencvUIDlg.cpp
文件 4566 2009-08-30 14:42 OpencvUIDlg2.1\OpencvUIDlg.dsp
文件 545 2009-08-27 09:21 OpencvUIDlg2.1\OpencvUIDlg.dsw
文件 1379 2009-08-27 09:21 OpencvUIDlg2.1\OpencvUIDlg.h
文件 53760 2009-08-30 16:13 OpencvUIDlg2.1\OpencvUIDlg.opt
文件 921 2009-08-30 16:02 OpencvUIDlg2.1\OpencvUIDlg.plg
文件 402 2009-08-30 16:13 OpencvUIDlg2.1\OpencvUIDlg.positions
文件 7948 2009-08-30 16:02 OpencvUIDlg2.1\OpencvUIDlg.rc
文件 886 2011-08-15 20:48 OpencvUIDlg2.1\OpencvUIDlg.sln
..A..H. 15872 2011-08-30 21:47 OpencvUIDlg2.1\OpencvUIDlg.suo
文件 7794 2011-08-28 15:45 OpencvUIDlg2.1\OpencvUIDlg.vcproj
文件 1427 2011-08-30 21:47 OpencvUIDlg2.1\OpencvUIDlg.vcproj.CHINA-2DAFD5979.Administrator.user
文件 20776 2011-08-30 21:47 OpencvUIDlg2.1\OpencvUIDlgDlg.cpp
文件 1943 2009-08-30 15:38 OpencvUIDlg2.1\OpencvUIDlgDlg.h
文件 3669 2009-08-27 09:21 OpencvUIDlg2.1\ReadMe.txt
目录 0 2011-08-28 15:49 OpencvUIDlg2.1\Release
目录 0 2009-08-30 11:02 OpencvUIDlg2.1\res
文件 1270 2009-08-27 11:38 OpencvUIDlg2.1\res\blank.bmp
文件 1078 2009-08-27 09:21 OpencvUIDlg2.1\res\OpencvUIDlg.ico
............此处省略7个文件信息
- 上一篇:51单片机程序大全C语言写的150个程序
- 下一篇:MFC音乐播放器
相关资源
- 人脸识别(opencv_facedetect_v4l2)
- 基于opencv的模板匹配代码
- opencv图片扫描以及校正
- opencv手部轮廓识别以及轨迹识别
- opencv2 3D标定.cpp
- 基于opencv漫水填充算法综合
- opencv激光中心线的提取
- OpenCV Computer Vision Application Programming
- 基于图割的图像分割OpenCV+MFC实现
- 识别魔方颜色
- opencv版俄罗斯方块源码
- VS2013 / MFC + OpenCV 2.4.9实现视频的播放
- 粒子滤波器+目标跟踪的C++实现,VS2
- 张平OpenCV算法精讲基于python和C++教材
- 虹膜识别开源代码OSIRIS4.1基于opencv
- Sift特征点提取与匹配opencv库
- YCbCr、混合高斯以及YCbCg肤色检测模型
- 光流法代码
- OpenCV打开摄像机显示在MFC窗口工程源
- 使用c++读取图像到二维矩阵
- 三维点云的圆柱面拟合
- MFC+OPENCV摄像机标定程序
- 基于特征脸的人脸识别MFC+OpenCV
- opencv图像处理MFC
- OPENCV人脸检测加角点检测并输出坐标
- FillHole.rar
- 道路提取算法 c++ opencv
- PCA代码实现详解
- opencv卡尔曼滤波
- SeamCarving opencv c++
评论
共有 条评论