资源简介
在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++内部题库 绝对好题
相关资源
- VC++ MFC的餐厅点餐系统
- VC/MFC使用日期控件设置、获取日期时
- Ogre for mfc
- 约瑟夫环MFC窗体版
- 学生成绩管理系统(MFC)
- Visual Studio 2013开发MFC程序对Excel 2010进
- MFC 快速导出数据至ExcelSaveToExcel组件
- VC图像处理系列(傅立叶变换篇源码
- 多边形区域的扫描线填充、扫描线种
- MFC实现简单网络聊天程
- MFCPanel控件
- mfc做的局域网聊天室
- 简单的MFC 多人在线聊天 客户端
- 幸运52的小游戏 价格的猜测
- 聊天+传送文件+设置字体及颜色vs201
- MFC下利用IE内核实现简单浏览器
- MFC双缓冲及重绘
- mfc曲线实时动态取点
- openCV获取车流
- Opencv C++ 读取、保存图片
- MFC基础控件自绘
- 基于VS2010的MFC对话框之图片查看器
- 自己写的MFC串口调试软件
- RSA加密解密 MFC C++
- 为MFC对话框程序添加菜单和菜单响应
- mfc的odbc数据库连接方法
- 简单计算器vs2010+MFC编写
- 类似QQ截图的MFC截图软件C++源码
- MFC单文档实现多视图
- teeChart快速画图mfcvs2010
评论
共有 条评论