資源簡(jiǎn)介
牛人做的LED貼片機(jī)機(jī)器視覺(jué),用角度識(shí)別,VC6.0+OPENCV開(kāi)源

代碼片段和文件信息
//?OPENCV.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“OPENCV.h“
#include?“OPENCVDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?COPENCVApp
BEGIN_MESSAGE_MAP(COPENCVApp?CWinApp)
//{{AFX_MSG_MAP(COPENCVApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?COPENCVApp?construction
COPENCVApp::COPENCVApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?COPENCVApp?object
COPENCVApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?COPENCVApp?initialization
BOOL?COPENCVApp::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
COPENCVDlg?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;
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????114840??2011-12-13?15:04??角度識(shí)別-OPENCV\Debug\OPENCV.exe
?????文件?????234000??2011-12-13?15:04??角度識(shí)別-OPENCV\Debug\OPENCV.ilk
?????文件??????15240??2011-12-13?15:04??角度識(shí)別-OPENCV\Debug\OPENCV.obj
?????文件????5520016??2011-12-13?15:04??角度識(shí)別-OPENCV\Debug\OPENCV.pch
?????文件?????304128??2011-12-13?15:04??角度識(shí)別-OPENCV\Debug\OPENCV.pdb
?????文件???????3060??2011-12-13?15:04??角度識(shí)別-OPENCV\Debug\OPENCV.res
?????文件??????46290??2011-12-13?15:04??角度識(shí)別-OPENCV\Debug\OPENCVDlg.obj
?????文件?????106756??2011-12-13?15:04??角度識(shí)別-OPENCV\Debug\StdAfx.obj
?????文件?????230400??2011-12-13?15:04??角度識(shí)別-OPENCV\Debug\vc60.idb
?????文件?????389120??2011-12-13?15:04??角度識(shí)別-OPENCV\Debug\vc60.pdb
?????文件??????55272??2006-09-27?20:02??角度識(shí)別-OPENCV\include\cv.h
?????文件??????16143??2006-09-06?15:40??角度識(shí)別-OPENCV\include\cv.hpp
?????文件??????41738??2006-07-12?19:47??角度識(shí)別-OPENCV\include\cvcompat.h
?????文件???????4182??2006-07-13?18:17??角度識(shí)別-OPENCV\include\cvstreams.h
?????文件??????12868??2005-11-22?21:42??角度識(shí)別-OPENCV\include\cvtypes.h
?????文件???????2425??2006-10-12?22:42??角度識(shí)別-OPENCV\include\cvver.h
?????文件??????74979??2006-09-20?17:09??角度識(shí)別-OPENCV\include\cxcore.h
?????文件??????12681??2006-10-06?19:59??角度識(shí)別-OPENCV\include\cxcore.hpp
?????文件???????8881??2006-09-06?17:24??角度識(shí)別-OPENCV\include\cxerror.h
?????文件??????48330??2006-08-01?18:50??角度識(shí)別-OPENCV\include\cxmisc.h
?????文件??????53467??2006-09-08?19:33??角度識(shí)別-OPENCV\include\cxtypes.h
?????文件??????16260??2006-10-11?17:19??角度識(shí)別-OPENCV\include\highgui.h
?????文件????????219??2004-08-18?17:48??角度識(shí)別-OPENCV\include\Makefile.am
?????文件??????14311??2006-10-06?14:35??角度識(shí)別-OPENCV\include\Makefile.in
????..A.SH.?????????8??2008-09-01?17:06??角度識(shí)別-OPENCV\include\_desktop.ini
?????文件??????47954??2008-09-08?11:54??角度識(shí)別-OPENCV\lib\cv.exp
?????文件??????80482??2008-09-08?11:54??角度識(shí)別-OPENCV\lib\cv.lib
?????文件??????82970??2008-08-25?11:14??角度識(shí)別-OPENCV\lib\cvaux.exp
?????文件?????138460??2008-08-25?11:14??角度識(shí)別-OPENCV\lib\cvaux.lib
?????文件???????6674??2006-10-19?17:16??角度識(shí)別-OPENCV\lib\cvcam.lib
............此處省略38個(gè)文件信息
評(píng)論
共有 條評(píng)論