登录
首页 » C# » 可靠的SIFT立体匹配源代码,有实图例子

可靠的SIFT立体匹配源代码,有实图例子

于 2022-02-24 发布 文件大小:122.17 kB
0 123
下载积分: 2 下载次数: 1

代码说明:

应用背景 适用于初学立体匹配,对SIFT有浓厚兴趣的,本代码是个不错的入手。 关键技术特征点提取,获取主方向,得到特征描述符,进行立体匹配

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

发表评论

0 个回复

  • Tree
    TREE控件代码。已在本机调试好。可以使用。数据库为ACESS。(TREE control code. Has been good on the local debugging. Can be used. Database for ACESS.)
    2008-06-01 10:30:20下载
    积分:1
  • one
    实验1 C++基础编程 实验目的 ? 掌握VC++ 6.0进行程序设计的基本步骤。 ? 学会在VC++ 6.0环境下进行简单C++程序设计。 ? 掌握new和delete的用法。 ? 熟练使用string类处理字符串。 ? 重点掌握函数的参数传递方式、函数重载、函数默认值的实现。 实验学时 本次实验需要2个学时。 实验要求 ? 实验上机之前,根据实验内容要求,自行设计编写程序,完成预习报告。 ? 实验上机时调试并修正程序。 ? 当次上机结束前分析错误原因并给出实验结论,提交实验报告。 实验内容 1.基础部分 (1)动态分配保存10个成绩数组的存储空间,并对成绩进行输入,求出最高分并输出,用new和delete。 { double*pd=new double [10]; double k; for(int i=0;i<10;i++) cin>>pd[i]; for(int j=0;j<9;j++) { if(pd[j]>pd[j+1]) { k=pd[j]; pd[j]=pd[j+1]; pd[j+1]=k; } if(j==8) cout<<pd[j+1]<<endl; } system("pause"); return 0; } (2).定义函数,实现两个变量的交换(用传递指针和传递引用的方式分别实现),并对比区别。 (4).上述第(3)题,如果希望给形参默认值,如a=1,b=2,c=3,该如何修改和如何调用?(Experiment 1 C++ Basic Programming Experimental purpose Grasp the basic steps of VC++ 6.0 programming. Learn to design simple C++ programs in the environment of VC++ 6.0. Master the usage of new and delete. Proficiency in string class processing. Emphasis is laid on how to transfer function parameters, how to overload function and how to realize default value of function. Experimental hours This experiment needs two hours. Experimental requirements Before the experiment is put on the computer, according to the requirement of the experiment content, the program is designed and written by oneself, and the preview report is completed. Debug and correct the program when the experiment is on the computer.)
    2019-05-01 14:56:42下载
    积分:1
  • SWA2000
    国家环保总局污染源在线通讯协议的简化版,主要用于环保污染监测设备的数据上传(Sources of the State Environmental Protection Administration of the simplified version of online communication protocols, mainly for environmental pollution monitoring equipment, data upload)
    2009-04-12 15:38:36下载
    积分:1
  • RF2.G NRF24L01 STM32 code C
    射频2.4G NRF24L01 STM32非常好。代码C,带NRF24L01潜水员。你可以用别紧张。嗨嗨
    2022-05-23 19:59:33下载
    积分:1
  • xmodemc + +
    fhshgl
    2022-08-07 00:21:51下载
    积分:1
  • chuankoutongxin
    通过51单片机实现串口通信,并在外接LED显示器上显示。(51 microcontroller via serial communications, and displayed on an external LED display.)
    2015-09-14 15:21:33下载
    积分:1
  • 数字内部PWM调光 +232 +flash buck
    40W 功率,亮度调节(占空比0-100%)连续可调, RGBW 四色灯(Brightness Adjustment RGBW Four-color Lamp)
    2020-06-23 11:20:01下载
    积分:1
  • ClientSocket
    Socket通讯,用socket进行通讯开发(Socket ClientSocket)
    2014-01-15 19:15:30下载
    积分:1
  • C++拉格朗日插值
    vc6.0运行 ,关于拉格朗日插值的实现,原创可行,计算方法课老师留的题目
    2022-11-22 09:20:03下载
    积分:1
  • configfile
    说明:  用于NBIOT模组M5310-A和M5310生成配置文件,用于使用AT指令登录OneNET平台(Generate configuration files for NBIOT modules M5310-A and M5310 to log on to OneNET platform using AT instructions)
    2020-06-20 14:00:02下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载