• 大小: 3.95MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-07
  • 语言: 其他
  • 标签:

资源简介

很好用有关图像捕捉 图像处理的程序 已经运行过 没问题

资源截图

代码片段和文件信息

// CaptureTest.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “CaptureTest.h“

#include “MainFrm.h“
#include “CaptureTestDoc.h“
#include “CaptureTestView.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CCaptureTestApp

BEGIN_MESSAGE_MAP(CCaptureTestApp CWinApp)
//{{AFX_MSG_MAP(CCaptureTestApp)
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()

/////////////////////////////////////////////////////////////////////////////
// CCaptureTestApp construction

CCaptureTestApp::CCaptureTestApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CCaptureTestApp object

CCaptureTestApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CCaptureTestApp initialization

BOOL CCaptureTestApp::InitInstance()
{
// 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(CCaptureTestDoc)
RUNTIME_CLASS(CMainframe)       // main SDI frame window
RUNTIME_CLASS(CCaptureTestView));
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;

// The one and only window has been initialized so show and update it.
m_pMainWnd->ShowWindow(SW_SHOW);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      29716  2009-05-15 22:56  VC_视频捕捉与帧处理\CaptureTest\CaptureTest.aps

     文件       2672  2009-05-15 22:57  VC_视频捕捉与帧处理\CaptureTest\CaptureTest.clw

     文件       4266  2006-01-13 17:10  VC_视频捕捉与帧处理\CaptureTest\CaptureTest.cpp

     文件       4983  2006-01-13 20:08  VC_视频捕捉与帧处理\CaptureTest\CaptureTest.dsp

     文件        545  2006-01-13 17:10  VC_视频捕捉与帧处理\CaptureTest\CaptureTest.dsw

     文件       1411  2006-01-13 17:10  VC_视频捕捉与帧处理\CaptureTest\CaptureTest.h

     文件      12500  2006-01-13 20:42  VC_视频捕捉与帧处理\CaptureTest\CaptureTest.rc

     文件      10093  2006-01-13 20:39  VC_视频捕捉与帧处理\CaptureTest\CaptureTestDoc.cpp

     文件       2248  2006-01-13 20:39  VC_视频捕捉与帧处理\CaptureTest\CaptureTestDoc.h

     文件       5630  2006-01-13 20:25  VC_视频捕捉与帧处理\CaptureTest\CaptureTestView.cpp

     文件       2232  2006-01-13 20:25  VC_视频捕捉与帧处理\CaptureTest\CaptureTestView.h

     文件      12720  2006-01-13 19:52  VC_视频捕捉与帧处理\CaptureTest\CBitmapEx.cpp

     文件       1218  2006-01-13 19:52  VC_视频捕捉与帧处理\CaptureTest\CBitmapEx.h

     文件       5714  1999-11-12 11:21  VC_视频捕捉与帧处理\CaptureTest\frameGrabber.cpp

     文件       1744  1999-11-12 02:29  VC_视频捕捉与帧处理\CaptureTest\frameGrabber.h

     文件       2372  2006-01-13 19:32  VC_视频捕捉与帧处理\CaptureTest\MainFrm.cpp

     文件       1440  2006-01-13 19:32  VC_视频捕捉与帧处理\CaptureTest\MainFrm.h

     文件       4431  2006-01-13 17:10  VC_视频捕捉与帧处理\CaptureTest\ReadMe.txt

     文件       1078  2006-01-13 17:10  VC_视频捕捉与帧处理\CaptureTest\res\CaptureTest.ico

     文件        403  2006-01-13 17:10  VC_视频捕捉与帧处理\CaptureTest\res\CaptureTest.rc2

     文件       1078  2006-01-13 17:10  VC_视频捕捉与帧处理\CaptureTest\res\CaptureTestDoc.ico

     文件       1078  2006-01-13 17:10  VC_视频捕捉与帧处理\CaptureTest\res\Toolbar.bmp

     文件        927  2006-01-13 19:29  VC_视频捕捉与帧处理\CaptureTest\resource.h

     文件        213  2006-01-13 17:10  VC_视频捕捉与帧处理\CaptureTest\StdAfx.cpp

     文件       1069  2006-01-13 19:13  VC_视频捕捉与帧处理\CaptureTest\StdAfx.h

     文件          0  2006-01-13 20:19  VC_视频捕捉与帧处理\CaptureTest\Untitled

     文件      58368  2009-05-15 22:57  VC_视频捕捉与帧处理\CaptureTest\CaptureTest.ncb

     文件     214016  2009-05-15 22:57  VC_视频捕捉与帧处理\CaptureTest\Debug\vc60.idb

     文件      77824  2009-05-15 22:57  VC_视频捕捉与帧处理\CaptureTest\Debug\vc60.pdb

     文件    5442060  2009-05-15 22:57  VC_视频捕捉与帧处理\CaptureTest\Debug\CaptureTestView.pch

............此处省略18个文件信息

评论

共有 条评论

相关资源