资源简介
牛人做的LED贴片机机器视觉,用角度识别,VC6.0+OPENCV开源
代码片段和文件信息
// 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 114840 2011-12-13 15:04 角度识别-OPENCV\Debug\OPENCV.exe
文件 234000 2011-12-13 15:04 角度识别-OPENCV\Debug\OPENCV.ilk
文件 15240 2011-12-13 15:04 角度识别-OPENCV\Debug\OPENCV.obj
文件 5520016 2011-12-13 15:04 角度识别-OPENCV\Debug\OPENCV.pch
文件 304128 2011-12-13 15:04 角度识别-OPENCV\Debug\OPENCV.pdb
文件 3060 2011-12-13 15:04 角度识别-OPENCV\Debug\OPENCV.res
文件 46290 2011-12-13 15:04 角度识别-OPENCV\Debug\OPENCVDlg.obj
文件 106756 2011-12-13 15:04 角度识别-OPENCV\Debug\StdAfx.obj
文件 230400 2011-12-13 15:04 角度识别-OPENCV\Debug\vc60.idb
文件 389120 2011-12-13 15:04 角度识别-OPENCV\Debug\vc60.pdb
文件 55272 2006-09-27 20:02 角度识别-OPENCV\include\cv.h
文件 16143 2006-09-06 15:40 角度识别-OPENCV\include\cv.hpp
文件 41738 2006-07-12 19:47 角度识别-OPENCV\include\cvcompat.h
文件 4182 2006-07-13 18:17 角度识别-OPENCV\include\cvstreams.h
文件 12868 2005-11-22 21:42 角度识别-OPENCV\include\cvtypes.h
文件 2425 2006-10-12 22:42 角度识别-OPENCV\include\cvver.h
文件 74979 2006-09-20 17:09 角度识别-OPENCV\include\cxcore.h
文件 12681 2006-10-06 19:59 角度识别-OPENCV\include\cxcore.hpp
文件 8881 2006-09-06 17:24 角度识别-OPENCV\include\cxerror.h
文件 48330 2006-08-01 18:50 角度识别-OPENCV\include\cxmisc.h
文件 53467 2006-09-08 19:33 角度识别-OPENCV\include\cxtypes.h
文件 16260 2006-10-11 17:19 角度识别-OPENCV\include\highgui.h
文件 219 2004-08-18 17:48 角度识别-OPENCV\include\Makefile.am
文件 14311 2006-10-06 14:35 角度识别-OPENCV\include\Makefile.in
..A.SH. 8 2008-09-01 17:06 角度识别-OPENCV\include\_desktop.ini
文件 47954 2008-09-08 11:54 角度识别-OPENCV\lib\cv.exp
文件 80482 2008-09-08 11:54 角度识别-OPENCV\lib\cv.lib
文件 82970 2008-08-25 11:14 角度识别-OPENCV\lib\cvaux.exp
文件 138460 2008-08-25 11:14 角度识别-OPENCV\lib\cvaux.lib
文件 6674 2006-10-19 17:16 角度识别-OPENCV\lib\cvcam.lib
............此处省略38个文件信息
- 上一篇:基于MFC的简单的图书管理系统
- 下一篇:产生式动物识别系统
相关资源
- opencv结合MFC进行人脸检测
- 基于opencv的傅里叶描述子VC++代码
- 简单的OpenCV实现摄像头实时显示和视
- Mastering Opencv3英文第二版
- Opencv+MFC框架图像处理
- opencv之数字识别
- grabcut的c++源代码
- 遥感图像拉伸代码
- 车牌识别 openCV mfc BP神经网络
- 基于VC++与OpenCV的圆心坐标提取
- vc下的sift程序
- 用openCV实现图像灰度化并保存,MFC实
- OpenCV多通道图像混合程序 by浅墨
- 经典手眼标定算法C++代码
- OpenCV打开图片和网络摄像头(C++)
- python3.x Opencv Toturial
- 利用MFC和OpenCV实现的图片浏览器,支
- SURF特征点检测 程序 by浅墨
- OpenCV图片翻转(重映射)程序 by浅墨
- OpenCV检测图片中的角点程序 by浅墨
- OpenCV直线检测程序 by浅墨
- OpenCV高级形态学程序 by浅墨
- OpenCV滚动条的创建程序 by浅墨
- OpenCV调整图片对比度&亮度 程序 by浅墨
- 基于OpenCV的步态能量图源代码GEI Gai
- 非线性滤波
- OpencV与MFC综合应用.rar
- 利用opencv 完成camshift+ kalman
- C语言实现图像的文字识别OpenCV+OCR实现
- 基于opencv中AdaBoost的人脸检测
评论
共有 条评论