登录
首页 » Visual C++ » sift--vcPP

sift--vcPP

于 2020-12-10 发布
0 217
下载积分: 1 下载次数: 0

代码说明:

说明:  基于sift的特征点匹配算法,实现图像特征点的匹配(Sift the feature points based on matching algorithms )

文件列表:

SManage
.......\SManage.exe,462848,2006-02-13
.......\SManage1
.......\........\ChildFrm.cpp,2501,2005-12-19
.......\........\ChildFrm.h,1477,2005-12-18
.......\........\constsign.h,1475,2005-12-19
.......\........\CoolTabCtrl.cpp,15265,2005-12-19
.......\........\CoolTabCtrl.h,3625,2005-12-17
.......\........\derMyToolBar.cpp,8852,2006-02-13
.......\........\derMyToolBar.h,2166,2005-12-21
.......\........\MainFrm.cpp,15961,2005-12-21
.......\........\MainFrm.h,2548,2005-12-19
.......\........\MYListbox.cpp,1082,2005-12-17
.......\........\MYListbox.h,1181,2005-12-12
.......\........\MyToolBarEx.cpp,3471,2005-12-17
.......\........\MyToolBarEx.h,1776,2005-12-17
.......\........\ReadMe.txt,4793,2005-12-11
.......\........\res




.......\........\...\SManage.rc2,399,2005-12-11

.......\........\...\Toolbar.bmp,718,2005-12-14
.......\........\...\toolbar1.bmp,718,2005-12-17
.......\........\...\toolbarx1.bmp,172854,2005-12-16
.......\........\...\toolbarx2.bmp,172854,2005-12-16
.......\........\...\无标题.ico,3262,2005-12-14
.......\........\Resource.h,1708,2005-12-18
.......\........\scbarg.cpp,10600,2005-12-19
.......\........\scbarg.h,1828,2002-12-04
.......\........\sizecbar.cpp,42358,2005-12-17
.......\........\sizecbar.h,6851,2005-12-17
.......\........\SManage.aps,435324,2006-01-23
.......\........\SManage.clw,4309,2006-01-23
.......\........\SManage.cpp,4538,2005-12-19
.......\........\SManage.dsp,6046,2005-12-17
.......\........\SManage.dsw,539,2005-12-11
.......\........\SManage.h,1415,2005-12-19
.......\........\SManage.ncb,238592,2006-01-23
.......\........\SManage.opt,54784,2006-01-23
.......\........\SManage.plg,2874,2006-01-23
.......\........\SManage.rc,14865,2006-01-23
.......\........\SManageDoc.cpp,1630,2005-12-13
.......\........\SManageDoc.h,1344,2005-12-13
.......\........\SManageView.cpp,9181,2005-12-21
.......\........\SManageView.h,2575,2005-12-21
.......\........\StdAfx.cpp,209,2005-12-11
.......\........\StdAfx.h,1145,2005-12-14

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

发表评论

0 个回复

  • CursorMouseDemo
    创建并设置鼠标光标,VC++精选编程源码,很好的参考。(Create and set the mouse cursor, VC++ select programming source code, a good reference.)
    2013-12-03 10:25:28下载
    积分:1
  • opaxuemfapshot
    如何在Windows 9598下读取硬盘序列号,硬盘的序列号是生产时由厂家设定()
    2017-11-11 22:39:51下载
    积分:1
  • gghhk
    再来一个就可以下载东东了(then one can be downloaded on the Wanton)
    2004-12-15 13:00:00下载
    积分:1
  • hacker
    学习网络安全的一本书籍。《黑客入侵(超级详细版)》(A learning network security books. " Hacking (super-detailed version)" )
    2014-01-10 23:46:45下载
    积分:1
  • 100layer-VC
    一个可玩性比较强的小游戏 用VC制作 文件家里包含了所有的资源文件(A relatively strong playability of the game home with VC production of documents that contains all the resource file)
    2008-07-18 10:26:15下载
    积分:1
  • 第六章序代码
    C++程序设计源代码例(C programming source code cases)
    2004-10-17 21:32:48下载
    积分:1
  • scft
    自洽场理论计算两嵌段共聚物的微相分离,关键是可以设置大的计算空间(self-consistant field method on microphase sepeartion of diblock copolymers)
    2009-06-15 17:54:53下载
    积分:1
  • zoj1094
    zoj094 Matrix multiplication problem is a typical example of dynamical programming. Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose. For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix. There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C). The first one takes 15000 elementary multiplications, but the second one only 3500. Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy. (Matrix multiplication problem is a typical example of dynamical programming. Suppose you have to evaluate an expression like A*B*C*D*E where A,B,C,D and E are matrices. Since matrix multiplication is associative, the order in which multiplications are performed is arbitrary. However, the number of elementary multiplications needed strongly depends on the evaluation order you choose. For example, let A be a 50*10 matrix, B a 10*20 matrix and C a 20*5 matrix. There are two different strategies to compute A*B*C, namely (A*B)*C and A*(B*C). The first one takes 15000 elementary multiplications, but the second one only 3500. Your job is to write a program that determines the number of elementary multiplications needed for a given evaluation strategy. )
    2012-06-10 10:38:53下载
    积分:1
  • NetDebug
    1、实现多个网络调试助手示例在一个进程中启动; 2、可以实现TCP_SERVER,TCP_CLIENT,UDP,UDP组播通信;(1, multiple network example debugging assistant to start a process 2, can achieve TCP_SERVER, TCP_CLIENT, UDP, UDP Multicast communication )
    2013-01-28 17:35:58下载
    积分:1
  • sobel函数用法示例
    调用sobel函数 进行边缘检测 结合了高斯平滑和微分求导 是一种经典的边缘检测算子(Calling Sobel function for edge detection)
    2017-11-21 14:01:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载