资源简介
在VC 6.0的opencv环境下利用MFC做的视频显示,并捕捉屏幕,仅供学习和参考。

代码片段和文件信息
// examine eye.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “examine eye.h“
#include “examine eyeDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CExamineeyeApp
BEGIN_MESSAGE_MAP(CExamineeyeApp CWinApp)
//{{AFX_MSG_MAP(CExamineeyeApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CExamineeyeApp construction
CExamineeyeApp::CExamineeyeApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CExamineeyeApp object
CExamineeyeApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CExamineeyeApp initialization
BOOL CExamineeyeApp::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
CExamineeyeDlg dlg;
m_pMainWnd = &dlg;
//m_pMainWnd->ShowWindow(SW_SHOWNOACTIVATE);
//m_pMainWnd->UpdateWindow();
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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 24928 2011-07-01 16:12 ScreenCapture\examine eye.aps
文件 3783 2011-07-01 16:12 ScreenCapture\examine eye.clw
文件 2201 2011-06-28 17:22 ScreenCapture\examine eye.cpp
文件 4577 2011-06-28 16:01 ScreenCapture\examine eye.dsp
文件 530 2010-08-03 15:46 ScreenCapture\examine eye.dsw
文件 1395 2010-08-04 16:45 ScreenCapture\examine eye.h
文件 304128 2011-07-01 16:12 ScreenCapture\examine eye.ncb
文件 137728 2011-07-01 16:12 ScreenCapture\examine eye.opt
文件 2605 2011-07-01 16:12 ScreenCapture\examine eye.plg
文件 10627 2011-07-01 16:10 ScreenCapture\examine eye.rc
文件 12818 2011-07-01 16:08 ScreenCapture\examine eyeDlg.cpp
文件 2091 2011-06-29 20:07 ScreenCapture\examine eyeDlg.h
文件 1130 2011-06-28 16:34 ScreenCapture\PatientDialog.cpp
文件 1256 2011-06-28 16:34 ScreenCapture\PatientDialog.h
文件 27209 2011-06-29 20:18 ScreenCapture\Process.cpp
文件 1960 2011-06-29 20:09 ScreenCapture\Process.h
文件 3666 2010-08-03 15:46 ScreenCapture\ReadMe.txt
文件 1078 2010-08-03 15:46 ScreenCapture\res\examine eye.ico
文件 403 2010-08-03 15:46 ScreenCapture\res\examine eye.rc2
..A.SH. 6144 2011-01-13 16:20 ScreenCapture\res\Thumbs.db
文件 2252 2011-06-28 17:59 ScreenCapture\resource.h
文件 213 2010-08-03 15:46 ScreenCapture\StdAfx.cpp
文件 1054 2010-08-03 15:46 ScreenCapture\StdAfx.h
..A.SH. 37888 2011-02-25 08:56 ScreenCapture\Thumbs.db
目录 0 2011-07-01 16:12 ScreenCapture\Debug
目录 0 2011-07-01 16:11 ScreenCapture\res
目录 0 2011-07-01 16:12 ScreenCapture
----------- --------- ---------- ----- ----
591664 27
............此处省略0个文件信息
- 上一篇:C语言编写班费管理系统
- 下一篇:清华大学C++内部题库 绝对好题
相关资源
- 基于MFC的TCP调试助手源码95706
- 基于mfc的多线程文件传输
- MFC数字钟(基于VC6.0)
- VC++MFC小游戏实例教程(实例)+MFC类库
- ChartCtrl控件库(可在VS2019中使用)
- 商品库存管理系统 C++ MFC
- 人脸识别(opencv_facedetect_v4l2)
- mfc 调用redis
- MFC视频播放器源码(支持avi/wma/mp3等格
- 基于opencv的模板匹配代码
- mfc绘图大全(画直线、矩形、椭圆)
- MFC控件重绘
- hook,捕获所有案件,查找所有窗口,
- (学习)VS2010之MFC入门到精通教程
- opencv图片扫描以及校正
- opencv手部轮廓识别以及轨迹识别
- MFC文档_视图_框架_模板结构体系深入
- 简单员工管理系统(适合初学MFC)
- opencv2 3D标定.cpp
- 基于opencv漫水填充算法综合
- MFC五子棋游戏
- MFC UDP编程
- MFC的异步网络通讯应用程序
- C++MFC模块讲解,黑发程序员课程整理
- 一个简单而强大的基于MFC的web server源
- 基于MFC的VC++仿QQ浏览器源码(雏形)
- opencv激光中心线的提取
- MFCaccess.rar
- VC++MFC课程设计的学生成绩管理系统
- MFC 日历控件 万年历 Calendar自绘
评论
共有 条评论