资源简介
本程序用于提取摄像头实时数据。
没有使用opencv ,而是使用了vfm类库提取实时数据...
代码片段和文件信息
// Camera02.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “Camera02.h“
#include “Camera02Dlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCamera02App
BEGIN_MESSAGE_MAP(CCamera02App CWinApp)
//{{AFX_MSG_MAP(CCamera02App)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CCamera02App construction
CCamera02App::CCamera02App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCamera02App object
CCamera02App theApp;
/////////////////////////////////////////////////////////////////////////////
// CCamera02App initialization
BOOL CCamera02App::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
CCamera02Dlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 21088 2010-11-18 14:48 Camera02\Camera02.aps
文件 1232 2010-11-18 14:48 Camera02\Camera02.clw
文件 2091 2009-11-07 22:59 Camera02\Camera02.cpp
文件 4195 2009-11-07 22:59 Camera02\Camera02.dsp
文件 541 2009-11-07 23:37 Camera02\Camera02.dsw
文件 1346 2009-11-07 22:59 Camera02\Camera02.h
文件 74752 2010-11-18 14:48 Camera02\Camera02.ncb
文件 1723 2010-11-18 14:48 Camera02\Camera02.plg
文件 5368 2009-11-07 23:17 Camera02\Camera02.rc
文件 5567 2009-11-07 23:23 Camera02\Camera02Dlg.cpp
文件 1496 2009-11-07 23:14 Camera02\Camera02Dlg.h
文件 3615 2009-11-07 22:59 Camera02\ReadMe.txt
文件 210 2009-11-07 22:59 Camera02\StdAfx.cpp
文件 1054 2009-11-07 22:59 Camera02\StdAfx.h
文件 824 2009-11-07 23:17 Camera02\resource.h
文件 48640 2010-11-18 14:48 Camera02\Camera02.opt
文件 2568 2010-11-18 14:48 Camera02\Debug\Camera02.res
文件 214016 2010-11-18 14:48 Camera02\Debug\vc60.idb
文件 5502316 2010-11-18 14:48 Camera02\Debug\Camera02.pch
文件 397312 2010-11-18 14:48 Camera02\Debug\vc60.pdb
文件 105789 2010-11-18 14:48 Camera02\Debug\StdAfx.obj
文件 36336 2010-11-18 14:48 Camera02\Debug\Camera02Dlg.obj
文件 13246 2010-11-18 14:48 Camera02\Debug\Camera02.obj
文件 188696 2010-11-18 14:48 Camera02\Debug\Camera02.ilk
文件 106587 2010-11-18 14:48 Camera02\Debug\Camera02.exe
文件 271360 2010-11-18 14:48 Camera02\Debug\Camera02.pdb
文件 1078 2009-11-07 22:59 Camera02\res\Camera02.ico
文件 400 2009-11-07 22:59 Camera02\res\Camera02.rc2
目录 0 2010-11-18 14:48 Camera02\Debug
目录 0 2010-11-18 14:48 Camera02\res
............此处省略4个文件信息
相关资源
- MVC+EasyUI简单使用Demo
- vc中通过解析mid/mif文件访问mapinfo数据
- 基于vc的串口通信,实现两台计算机之
- VC将二维数组显示为图像
- DevComponents.DotNetBar2 破解版
- 网上选课系统(源码+详细说明书)
- Open SSl 1.1
- vc动画图形的制作
- 基于MVC的酒店管理系统
- VCS2016.6 ubuntu安装与破解方法
- spring-mvc-官方中文文档
- VC实现的数字水印图像处理
- synopsys vcs 的安装教程
- MVC登录增删改查界面
- 思科routing and switching CCIE 5.0诊断题v
- TFIDF算法实现
- 指纹提取与识别系统VC源码opencv
- 定时器的配置文件两种方式:springm
- PVCurve.rar
- Elecard-HEVC-Analyzer.zip
- VCDS5053固件19.61含升级教程.zip181635
- vc图像直方图均衡化和直方图显示
- delphi VCLZIPFOR D7-XE5
- 类似PHOTOSHOP的绘图软件源码
- IBM SVC异构存储容灾解决方案建议书
- spring mvc 集成elasticSearch 5.5.0版本
- vc做的小游戏 —— 彩色泡泡
- VC项目源码Monitor注册表获取EDID解析显
- 使用DirectShow驱动H264/265格式输出的U
- yuv转bmp(16位24位32位)工具与vc工程
评论
共有 条评论