demo_ASIFT_Win

所属分类:Windows CE
开发工具:Visual C++
文件大小:885KB
下载次数:477
上传日期:2010-12-20 22:16:39
上 传 者hellogv
说明:  使用VC++分别编译出WINCE和PC版的ASIFT算法DLL,再通过C#调用这两个平台的DLL,实现PC和WINCE平台做ASIFT图像识别
(Compiled using VC++, respectively, and the PC version of the WINCE ASIFT algorithm DLL, and then through the C# calling the two platforms DLL, PC and WINCE platform to achieve image recognition ASIFT)

文件列表:
PC Demo\WindowsFormsApplication1\bin\Debug\adam1.png (112057, 2010-12-17)
PC Demo\WindowsFormsApplication1\bin\Debug\adam2.png (135845, 2010-12-17)
PC Demo\WindowsFormsApplication1\bin\Debug\ASIFT_DLL_PC.dll (580096, 2010-12-20)
PC Demo\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.exe (10752, 2010-12-19)
PC Demo\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.pdb (36352, 2010-12-19)
PC Demo\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe (14848, 2010-12-19)
PC Demo\WindowsFormsApplication1\bin\Debug\WindowsFormsApplication1.vshost.exe.manifest (490, 2009-06-11)
PC Demo\WindowsFormsApplication1\Form1.cs (4812, 2010-12-19)
PC Demo\WindowsFormsApplication1\Form1.Designer.cs (2194, 2010-12-19)
PC Demo\WindowsFormsApplication1\Form1.resx (5814, 2010-12-19)
PC Demo\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.csproj.FileListAbsolute.txt (2673, 2010-12-19)
PC Demo\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.csproj.GenerateResource.Cache (847, 2010-12-19)
PC Demo\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.exe (10752, 2010-12-19)
PC Demo\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.Form1.resources (180, 2010-12-19)
PC Demo\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.pdb (36352, 2010-12-19)
PC Demo\WindowsFormsApplication1\obj\Debug\WindowsFormsApplication1.Properties.Resources.resources (180, 2010-12-19)
PC Demo\WindowsFormsApplication1\Program.cs (485, 2010-12-18)
PC Demo\WindowsFormsApplication1\Properties\AssemblyInfo.cs (1398, 2010-12-18)
PC Demo\WindowsFormsApplication1\Properties\Resources.Designer.cs (2898, 2010-12-18)
PC Demo\WindowsFormsApplication1\Properties\Resources.resx (5612, 2010-12-18)
PC Demo\WindowsFormsApplication1\Properties\Settings.Designer.cs (1109, 2010-12-18)
PC Demo\WindowsFormsApplication1\Properties\Settings.settings (249, 2010-12-18)
PC Demo\WindowsFormsApplication1\WindowsFormsApplication1.csproj (3506, 2010-12-19)
PC Demo\WindowsFormsApplication1.sln (962, 2010-12-18)
PC Demo\WindowsFormsApplication1.suo (14336, 2010-12-19)
WindowsMobile Demo\SmartDeviceProject1\bin\Debug\adam1.png (43982, 2010-12-20)
WindowsMobile Demo\SmartDeviceProject1\bin\Debug\adam2.png (64652, 2010-12-20)
WindowsMobile Demo\SmartDeviceProject1\bin\Debug\ASIFT_DLL_CE.dll (573952, 2010-12-20)
WindowsMobile Demo\SmartDeviceProject1\bin\Debug\SmartDeviceProject1.exe (8192, 2010-12-20)
WindowsMobile Demo\SmartDeviceProject1\bin\Debug\SmartDeviceProject1.pdb (24064, 2010-12-20)
WindowsMobile Demo\SmartDeviceProject1\Form1.cs (5333, 2010-12-20)
WindowsMobile Demo\SmartDeviceProject1\Form1.Designer.cs (2910, 2010-12-20)
WindowsMobile Demo\SmartDeviceProject1\Form1.resx (6300, 2010-12-20)
WindowsMobile Demo\SmartDeviceProject1\obj\Debug\SmartDeviceProject1.csproj.FileListAbsolute.txt (1694, 2010-12-20)
WindowsMobile Demo\SmartDeviceProject1\obj\Debug\SmartDeviceProject1.csproj.GenerateResource.Cache (847, 2010-12-20)
WindowsMobile Demo\SmartDeviceProject1\obj\Debug\SmartDeviceProject1.exe (8192, 2010-12-20)
WindowsMobile Demo\SmartDeviceProject1\obj\Debug\SmartDeviceProject1.Form1.resources (180, 2010-12-20)
WindowsMobile Demo\SmartDeviceProject1\obj\Debug\SmartDeviceProject1.pdb (24064, 2010-12-20)
WindowsMobile Demo\SmartDeviceProject1\obj\Debug\SmartDeviceProject1.Properties.Resources.resources (180, 2010-12-20)
WindowsMobile Demo\SmartDeviceProject1\Program.cs (366, 2010-12-19)
... ...

======================================================================== 动态链接库:ASIFT_DLL 项目概述 ======================================================================== 应用程序向导已为您创建了此 ASIFT_DLL DLL。 本文件概要介绍组成 ASIFT_DLL 应用程序的 的每个文件的内容。 ASIFT_DLL.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件, 其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 ASIFT_DLL.cpp 这是主 DLL 源文件。 此 DLL 在创建时不导出任何符号。因此,在生成此 DLL 时 将不会产生 .lib 文件。如果希望此项目 成为其他某个项目的项目依赖项,则需要 添加代码以从 DLL 导出某些符号, 以便产生一个导出库,或者,也可以在项目“属性页”对话框中的 “链接器”文件夹中,将“常规”属性页上的 “忽略输入库”属性设置为“是”。 ///////////////////////////////////////////////////////////////////////////// 其他标准文件: StdAfx.h, StdAfx.cpp 这些文件用于生成名为 ASIFT_DLL.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 ///////////////////////////////////////////////////////////////////////////// 其他注释: 应用程序向导使用“TODO:”注释来指示应添加或自定义的源代码部分。 /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者