登录
首页 » C# » ExtractionFeaturePoints

ExtractionFeaturePoints

于 2011-10-14 发布 文件大小:532KB
0 174
下载积分: 1 下载次数: 99

代码说明:

  自己写的在C#中利用EmguCV读入图像并提取特征点,提取特征点的算法有Moravec算子和Forstner算子。(C# implement the Moravec operator and Forstner operator.The image is input by functions of EmguCV.)

文件列表:

ExtractionFeaturePoints
.......................\ExtractionFeaturePoints
.......................\.......................\bin
.......................\.......................\...\Debug
.......................\.......................\...\.....\Emgu.CV.dll,266240,2011-08-16
.......................\.......................\...\.....\Emgu.CV.UI.dll,126976,2011-08-16
.......................\.......................\...\.....\Emgu.CV.UI.xml,35149,2011-08-16
.......................\.......................\...\.....\Emgu.CV.xml,1094587,2011-08-16
.......................\.......................\...\.....\Emgu.Util.dll,32768,2011-08-16
.......................\.......................\...\.....\Emgu.Util.xml,21208,2011-08-16
.......................\.......................\...\.....\ExtractionFeaturePoints.exe,15872,2011-10-10
.......................\.......................\...\.....\ExtractionFeaturePoints.pdb,38400,2011-10-10
.......................\.......................\...\.....\ExtractionFeaturePoints.vshost.exe,11600,2011-10-10
.......................\.......................\...\.....\ExtractionFeaturePoints.vshost.exe.manifest,490,2010-03-17
.......................\.......................\...\.....\ZedGraph.dll,307200,2010-05-26
.......................\.......................\...\.....\ZedGraph.xml,1492968,2010-05-26
.......................\.......................\...\.....\zh-CN
.......................\.......................\...\.....\.....\ZedGraph.resources.dll,4096,2010-05-26
.......................\.......................\...\Release
.......................\.......................\ExtractionFeaturePoints.csproj,4305,2011-10-02
.......................\.......................\ExtractionFeaturePointsForm.cs,14362,2011-10-10
.......................\.......................\ExtractionFeaturePointsForm.Designer.cs,5655,2011-10-02
.......................\.......................\ExtractionFeaturePointsForm.resx,5817,2011-10-02
.......................\.......................\obj
.......................\.......................\...\x86
.......................\.......................\...\...\Debug
.......................\.......................\...\...\.....\DesignTimeResolveAssemblyReferences.cache,4440,2011-10-03
.......................\.......................\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache,6644,2011-10-10
.......................\.......................\...\...\.....\ExtractionFeaturePoints.csproj.FileListAbsolute.txt,2734,2011-10-10
.......................\.......................\...\...\.....\ExtractionFeaturePoints.exe,15872,2011-10-10
.......................\.......................\...\...\.....\ExtractionFeaturePoints.ExtractionFeaturePointsForm.resources,180,2011-10-07
.......................\.......................\...\...\.....\ExtractionFeaturePoints.pdb,38400,2011-10-10
.......................\.......................\...\...\.....\ExtractionFeaturePoints.Properties.Resources.resources,180,2011-10-03
.......................\.......................\...\...\.....\GenerateResource.read.1.tlog,584,2011-10-07
.......................\.......................\...\...\.....\GenerateResource.write.1.tlog,1668,2011-10-07
.......................\.......................\...\...\.....\ResolveAssemblyReference.cache,25743,2011-10-07
.......................\.......................\...\...\.....\TempPE
.......................\.......................\Program.cs,526,2011-10-02
.......................\.......................\Properties
.......................\.......................\..........\AssemblyInfo.cs,1378,2011-10-02
.......................\.......................\..........\Resources.Designer.cs,2896,2011-10-02
.......................\.......................\..........\Resources.resx,5612,2011-10-02
.......................\.......................\..........\Settings.Designer.cs,1108,2011-10-02
.......................\.......................\..........\Settings.settings,249,2011-10-02
.......................\ExtractionFeaturePoints.sln,911,2011-10-02

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MFC界面实例13个
    MFC c++ 编程13个例子 适合初学者学习(13 examples of MFC++ programming are suitable for beginners to learn)
    2019-07-01 11:33:49下载
    积分:1
  • ARQ
    实现滑动窗口协议(achieve sliding window protocols)
    2020-07-03 00:40:02下载
    积分:1
  • DESencrypt
    DES简单加密算法客户端服务器端实现,通过des算法实现发送信息的加解密(The DES simple encryption algorithm is implemented on the client side server side, and the encryption and decryption of the sending information are realized through the DES algorithm)
    2017-12-25 13:39:00下载
    积分:1
  • TEST-TPM1CH0
    MC9S08AW60的定时器1输入捕获驱动程序(MC9S08AW60 Timer 1 input capture driver)
    2014-03-10 14:41:24下载
    积分:1
  • Virtual-screen-and-realization-
    Visual C++语言提供了虚屏功能,利用它及Windows GDI图形函数,可编制出功能强大的图形处理程序。虚拟屏幕的原理是,首先定义一个虚拟设备描述表及一块位图象数据区,将本应在实际窗口的绘画处理转移到此图象数据区(这块图象数据区功能相当于视频存储区),绘画操作完成后可通过图象传递,将结果弹出到可视窗口。许多Windows环境的图形处理或CAD系统都采用了这种技术。如GIS软件Mapinfo、AutoCAD for Windows等,它们的图形操作功能如开窗、漫游等的基础都是建立在虚屏基础上,并且将操作界面都作成工具窗(一种特殊的窗口,客户区内规则地排列着图象按钮响应操作代码)的形式,直观、灵活且便于用户选择操作。VC++的CDC类、CBitmap类封装了对虚屏的操作,利用类的继承性,也可很容易的实现工具窗。(Visual C++ provides a virtual screen function, use it, and Windows GDI graphics functions, can be prepared in a powerful graphics program. The principle of the virtual screen, first define a virtual device description table and a bit image data area, the present should be transferred in the actual window painting processing of this image data area (this image data area function equivalent to the video memory area ), after the completion of the painting operation can be passed through the image, the results of the pop-up to the visible window. Graphics or CAD system for many Windows environment using this technology. GIS software Mapinfo, AutoCAD for Windows and other graphics operations functions such as windows, roaming the foundation are built on the basis of the virtual screen, and the operator interface made ​ ​ tool window (a special window, the client area regularly arranged in the form of image button in response to the operation code), intuitive, flexible and user-fri)
    2012-11-29 00:55:11下载
    积分:1
  • MyPictureDrawing2
    自己编写的类似画图软件的vc++程序,可以实现铅笔画线、画圆、椭圆等基本画图功能,还有颜色选项(I have written similar vc++ drawing software program, you can achieve a pencil drawing a line, circle, ellipse and other basic drawing functions, as well as color options)
    2014-05-29 13:36:47下载
    积分:1
  • 4440930
    手持机读写GSM标准的CPU卡代码,包括手持机的液晶显示,()
    2017-12-31 14:39:39下载
    积分:1
  • 视频监控项目源码下载
    远程视频监控代码,其中有 代理类/监控端/受控端/远程监控等项目
    2013-08-30下载
    积分:1
  • Monitor-printer
    打印机监控系统,可以监控打印机打印的内容等。(The printer monitoring system that can monitor the printer to print the contents of.)
    2012-10-23 12:02:10下载
    积分:1
  • ourdev_421497
    实现很多字的连续显示.可以动态显示。和静态显示等诸多功能 (jist a display)
    2010-06-26 22:26:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载