CreatModel

所属分类:系统编程
开发工具:Visual C++
文件大小:37362KB
下载次数:23
上传日期:2017-05-09 20:40:37
上 传 者zzhua_2005
说明:  一个基于halcon的机器视觉模板制作、产品识别和角点搜寻功能案例
(A Halcon based machine vision template production, product identification and corner search function case)

文件列表:
CreatModel\CreatModel\CreatModel.aps (93788, 2017-04-08)
CreatModel\CreatModel\CreatModel.cpp (6778, 2016-12-05)
CreatModel\CreatModel\CreatModel.h (835, 2016-12-06)
CreatModel\CreatModel\CreatModel.rc (18208, 2017-04-08)
CreatModel\CreatModel\CreatModel.vcxproj (6473, 2017-04-08)
CreatModel\CreatModel\CreatModel.vcxproj.filters (2090, 2017-04-08)
CreatModel\CreatModel\CreatModel.vcxproj.user (143, 2016-10-13)
CreatModel\CreatModel\CreatModelDlg.cpp (48667, 2017-04-09)
CreatModel\CreatModel\CreatModelDlg.h (3229, 2017-04-08)
CreatModel\CreatModel\Debug\cl.command.1.tlog (2704, 2017-04-09)
CreatModel\CreatModel\Debug\CL.read.1.tlog (118252, 2017-04-09)
CreatModel\CreatModel\Debug\CL.write.1.tlog (1840, 2017-04-09)
CreatModel\CreatModel\Debug\CreatModel.Build.CppClean.log (2114, 2017-04-09)
CreatModel\CreatModel\Debug\CreatModel.lastbuildstate (90, 2017-04-09)
CreatModel\CreatModel\Debug\CreatModel.log (3190, 2017-04-09)
CreatModel\CreatModel\Debug\CreatModel.obj (158580, 2017-04-09)
CreatModel\CreatModel\Debug\CreatModel.res (71676, 2017-04-09)
CreatModel\CreatModel\Debug\CreatModel.write.1.tlog (0, 2017-04-09)
CreatModel\CreatModel\Debug\CreatModelDlg.obj (640448, 2017-04-09)
CreatModel\CreatModel\Debug\link-cvtres.read.1.tlog (2, 2017-04-09)
CreatModel\CreatModel\Debug\link-cvtres.write.1.tlog (2, 2017-04-09)
CreatModel\CreatModel\Debug\link.command.1.tlog (1616, 2017-04-09)
CreatModel\CreatModel\Debug\link.read.1.tlog (5536, 2017-04-09)
CreatModel\CreatModel\Debug\link.write.1.tlog (1050, 2017-04-09)
CreatModel\CreatModel\Debug\rc.command.1.tlog (624, 2017-04-09)
CreatModel\CreatModel\Debug\rc.read.1.tlog (3340, 2017-04-09)
CreatModel\CreatModel\Debug\rc.write.1.tlog (310, 2017-04-09)
CreatModel\CreatModel\Debug\stdafx.obj (639669, 2017-04-09)
CreatModel\CreatModel\Debug\vc100.idb (2608128, 2017-04-09)
CreatModel\CreatModel\Debug\vc100.pdb (3993600, 2017-04-09)
CreatModel\CreatModel\global.cpp (13752, 2016-08-02)
CreatModel\CreatModel\global.h (3021, 2016-07-05)
CreatModel\CreatModel\Halcon\include\com\HalconCOM.h (7808, 2013-04-22)
CreatModel\CreatModel\Halcon\include\com\HalconXimport.h (15797, 2012-04-15)
CreatModel\CreatModel\Halcon\include\com\HalconXimport.idl (1724, 2012-04-27)
CreatModel\CreatModel\Halcon\include\com\HalconXimport_i.c (1120, 2007-08-23)
CreatModel\CreatModel\Halcon\include\cpp\HalconCpp.h (7324, 2013-07-01)
CreatModel\CreatModel\Halcon\include\cpp\HBarCode.h (5262, 2013-07-10)
CreatModel\CreatModel\Halcon\include\cpp\HBarCode1D.h (6025, 2013-07-10)
CreatModel\CreatModel\Halcon\include\cpp\HBarCode2D.h (2866, 2013-07-10)
... ...

================================================================================ MICROSOFT 基础类库: CreatModel 项目概述 =============================================================================== 应用程序向导已为您创建了这个 CreatModel 应用程序。此应用程序不仅演示 Microsoft 基础类的基本使用方法,还可作为您编写应用程序的起点。 本文件概要介绍组成 CreatModel 应用程序的每个文件的内容。 CreatModel.vcxproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 CreatModel.vcxproj.filters 这是使用“应用程序向导”生成的 VC++ 项目筛选器文件。 它包含有关项目文件与筛选器之间的关联信息。在 IDE 中,通过这种关联,在特定节点下以分组形式显示具有相似扩展名的文件。例如,“.cpp”文件与“源文件”筛选器关联。 CreatModel.h 这是应用程序的主要头文件。它包括其他项目特定的头文件(包括 Resource.h),并声明 CCreatModelApp 应用程序类。 CreatModel.cpp 这是包含应用程序类 CCreatModelApp 的主要应用程序源文件。 CreatModel.rc 这是程序使用的所有 Microsoft Windows 资源的列表。它包括 RES 子目录中存储的图标、位图和光标。此文件可以直接在 Microsoft Visual C++ 中进行编辑。项目资源位于 2052 中。 res\CreatModel.ico 这是用作应用程序图标的图标文件。此图标包括在主要资源文件 CreatModel.rc 中。 res\CreatModel.rc2 此文件包含不在 Microsoft Visual C++ 中进行编辑的资源。您应该将不可由资源编辑器编辑的所有资源放在此文件中。 ///////////////////////////////////////////////////////////////////////////// 应用程序向导创建一个对话框类: CreatModelDlg.h,CreatModelDlg.cpp - 对话框 这些文件包含 CCreatModelDlg 类。该类定义应用程序主对话框的行为。该对话框的模板位于 CreatModel.rc 中,该文件可以在 Microsoft Visual C++ 中进行编辑。 ///////////////////////////////////////////////////////////////////////////// 其他功能: ActiveX 控件 应用程序包括对使用 ActiveX 控件的支持。 ///////////////////////////////////////////////////////////////////////////// 其他标准文件: StdAfx.h,StdAfx.cpp 这些文件用于生成名为 CreatModel.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 Resource.h 这是标准头文件,它定义新的资源 ID。 Microsoft Visual C++ 读取并更新此文件。 CreatModel.manifest 应用程序清单文件供 Windows XP 用来描述应用程序 对特定版本并行程序集的依赖性。加载程序使用此 信息从程序集缓存加载适当的程序集或 从应用程序加载私有信息。应用程序清单可能为了重新分发而作为 与应用程序可执行文件安装在相同文件夹中的外部 .manifest 文件包括, 也可能以资源的形式包括在该可执行文件中。 ///////////////////////////////////////////////////////////////////////////// 其他注释: 应用程序向导使用“TODO:”指示应添加或自定义的源代码部分。 如果应用程序在共享的 DLL 中使用 MFC,则需要重新发布这些 MFC DLL;如果应用程序所用的语言与操作系统的当前区域设置不同,则还需要重新发布对应的本地化资源 MFC100XXX.DLL。有关这两个主题的更多信息,请参见 MSDN 文档中有关 Redistributing Visual C++ applications (重新发布 Visual C++ 应用程序)的章节。 /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者