资源简介
牛人做的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_facedetect_v4l2)
- 基于opencv的模板匹配代码
- opencv图片扫描以及校正
- opencv手部轮廓识别以及轨迹识别
- opencv2 3D标定.cpp
- 基于opencv漫水填充算法综合
- opencv激光中心线的提取
- OpenCV Computer Vision Application Programming
- 基于图割的图像分割OpenCV+MFC实现
- 识别魔方颜色
- opencv版俄罗斯方块源码
- VS2013 / MFC + OpenCV 2.4.9实现视频的播放
- 粒子滤波器+目标跟踪的C++实现,VS2
- 张平OpenCV算法精讲基于python和C++教材
- 虹膜识别开源代码OSIRIS4.1基于opencv
- Sift特征点提取与匹配opencv库
- YCbCr、混合高斯以及YCbCg肤色检测模型
- 光流法代码
- OpenCV打开摄像机显示在MFC窗口工程源
- 使用c++读取图像到二维矩阵
- 三维点云的圆柱面拟合
- MFC+OPENCV摄像机标定程序
- 基于特征脸的人脸识别MFC+OpenCV
- opencv图像处理MFC
- OPENCV人脸检测加角点检测并输出坐标
- FillHole.rar
- 道路提取算法 c++ opencv
- PCA代码实现详解
- opencv卡尔曼滤波
- SeamCarving opencv c++
评论
共有 条评论