登录
首页 » Visual C++ » point-feature-extration

point-feature-extration

于 2014-04-18 发布 文件大小:2332KB
0 220
下载积分: 1 下载次数: 7

代码说明:

  基于vc6.0的点特征提取算法,包括Moravec算子、Forstner算子以及Harris算子。(Vc6.0 point feature extraction based algorithms, including Moravec operator, Forstner operator and Harris operator.)

文件列表:

2011302590086_FPE
.................\2011302590086_FPE.APS,46368,2014-03-24
.................\2011302590086_FPE.clw,3638,2014-03-28
.................\2011302590086_FPE.cpp,4616,2014-03-20
.................\2011302590086_FPE.dsp,5099,2014-03-23
.................\2011302590086_FPE.dsw,542,2014-03-20
.................\2011302590086_FPE.h,1487,2014-03-20
.................\2011302590086_FPE.ncb,74752,2014-03-28
.................\2011302590086_FPE.opt,50688,2014-03-28
.................\2011302590086_FPE.plg,805,2014-03-28
.................\2011302590086_FPE.rc,14277,2014-03-24
.................\2011302590086_FPEDoc.cpp,2263,2014-03-23
.................\2011302590086_FPEDoc.h,1730,2014-03-23
.................\2011302590086_FPEView.cpp,11238,2014-03-27
.................\2011302590086_FPEView.h,2108,2014-03-24
.................\BmpFile.h,6326,2014-03-02
.................\ChildFrm.cpp,1544,2014-03-20
.................\ChildFrm.h,1397,2014-03-20
.................\Debug
.................\.....\2011302590086_FPE.exe,139354,2014-03-27
.................\.....\2011302590086_FPE.ilk,374872,2014-03-27
.................\.....\2011302590086_FPE.obj,24285,2014-03-24
.................\.....\2011302590086_FPE.pch,5505248,2014-03-23
.................\.....\2011302590086_FPE.pdb,500736,2014-03-27
.................\.....\2011302590086_FPE.res,8516,2014-03-24
.................\.....\2011302590086_FPEDoc.obj,24632,2014-03-23
.................\.....\2011302590086_FPEView.obj,41475,2014-03-28
.................\.....\ChildFrm.obj,16334,2014-03-23
.................\.....\MainFrm.obj,19100,2014-03-23
.................\.....\MoraDlg.obj,10346,2014-03-23
.................\.....\StdAfx.obj,105712,2014-03-23
.................\.....\vc60.idb,222208,2014-03-28
.................\.....\vc60.pdb,364544,2014-03-27
.................\MainFrm.cpp,2534,2014-03-20
.................\MainFrm.h,1542,2014-03-20
.................\MoraDlg.cpp,976,2014-03-23
.................\MoraDlg.h,1204,2014-03-23
.................\ReadMe.txt,5079,2014-03-20
.................\res

.................\...\2011302590086_FPE.rc2,409,2014-03-20


.................\resource.h,882,2014-03-24
.................\StdAfx.cpp,219,2014-03-20
.................\StdAfx.h,1054,2014-03-20

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

发表评论

0 个回复

  • VC++ 20个窗体实例源码
    VC++界面编程20例,都是界面编程常用的例子,很适合初学者参考。(Vc + + interface programming)
    2017-07-01 17:41:05下载
    积分:1
  • MinDBG
    debug a crash windows file
    2018-03-16 16:47:09下载
    积分:1
  • Point
    window编程中,指针结构体函数,很实用。(programming window, the pointer structure functions, very practical.)
    2013-09-20 23:22:12下载
    积分:1
  • Src1
    这是一个SDK程序。本程序跟踪显示鼠标的坐标位置,同时,若有鼠标操作,可在窗口标题栏中显示操作信息,要是在窗口客户区中进行双击,就会在双击位置点上显示位置信息。 (This is an SDK program. This procedure tracking shows the coordinates of the mouse position, and if the mouse can be displayed in the window s title bar operating information, if the customer area of the window to double-click, double-click the location of points will be shown on location information.)
    2004-06-08 19:27:00下载
    积分:1
  • icon_1
    一些可能用的到的图标资源(some might use the resources of the icon)
    2004-07-28 13:25:31下载
    积分:1
  • JHGJGHJGFJG
    题目:取一个整数a从右端开始的4~7位。 程序分析:可以这样考虑: (1)先使a右移4位。 (2)设置一个低4位全为1,其余全为0的数。可用~(~0<<4) (3)将上面二者进行&运算。 2.程序源代码:(Topic: take an integer a from the right end of the four to seven began. Program analysis: it can be to consider: (1) to make a move to the right four. (2) sets a low four total for the 1, all the rest for 0 of the number. Can be used to (~ 0 < < 4) (3) will above the difference and operations. 2. The source code:)
    2012-05-26 20:20:03下载
    积分:1
  • Interpolation-Technique-for-WZVC
    The manuscript describes performance comparison of nearest-neighbor interpolation and bilinear to reduce the complexity of decoder WZVC.
    2013-10-03 21:35:41下载
    积分:1
  • Hongkuangs
    vc作图,已画好的红框随着鼠标的移动而移动,当鼠标点击后,红框停在鼠标点击的位置后再变化(vc mapping, has drawn a good red frame and moves with the mouse when the mouse click, mouse click to stop the red line and then change position)
    2014-06-20 20:52:06下载
    积分:1
  • TomWatch_demo
    这是VC的一个addin的源代码,将其复制到vc下面的addin目录,然后加载后,可以用它来查看调试中的CDC。(This is an addin VC's source code, copies of the following vc addin directory, loaded, can be used to check the CDC debugging.)
    2007-02-05 21:42:42下载
    积分:1
  • a-d转换
    80C51单片机程序adc转换啊啊啊啊啊啊啊啊啊啊啊啊啊啊(ADC Conversion of 80C51 Single Chip Microcomputer Program)
    2019-02-15 18:25:58下载
    积分:1
  • 696516资源总数
  • 106641会员总数
  • 4今日下载