-
基于OpenCV的SIFT实现中的kd-tree改进算法BBF算法
BBF(Best Bin First)是一种改进的k-d树最近邻查询算法。从前两篇标准的k-d树查询过程可以看出其搜索过程中的“回溯”是由“查询路径”来决定的,并没有考虑查询路径上数据点本身的一些性质。BBF的查询思路就是将“查询路径”上的节点进行排序,如按各自分割超平面(称为Bin)与查询点的距离排序。回溯检查总是从优先级最高的(Best Bin)的树节点开始。另外BBF还设置了一个运行超时限制,当优先级队列中的所有节点都经过检查或者超出时间限制时,算法返回当前找到的最好结果作为近似的最近邻。采用了best-bin-first search方法就可以将k-d树扩展到高维数据集上。
- 2023-06-14 06:35:04下载
- 积分:1
-
http://www.vckbase.com/code
http://www.vckbase.com/code
- 2022-12-01 17:45:03下载
- 积分:1
-
主要讲解的是关于web标准与网站重构讲座。
主要讲解的是关于web标准与网站重构讲座。-Mainly explain about web standards and web seminars remodeling.
- 2022-07-10 10:08:01下载
- 积分:1
-
数制转换 栈的应用
通过栈的应用,实现任意数制之间的转换。第1行输入两个数,即转换前的数制 转换后的数制,以空格分割第2行输入待转换的数 假定全部数值
- 2023-05-08 17:15:03下载
- 积分:1
-
超炫的OFFICE 2007 界面控件
超炫的OFFICE 2007 界面控件,可以用来定制开发的软件界面。
- 2022-06-21 14:10:03下载
- 积分:1
-
使用WINCAP进行URL拦截
资源描述使用WINCAP1.4.3,可以选择网卡,拦截需要屏蔽的网站,使用所有浏览器
- 2022-01-25 14:59:37下载
- 积分:1
-
可以换肤的计算器,能实现大多数的计算工作,功能和界面都还不错...
可以换肤的计算器,能实现大多数的计算工作,功能和界面都还不错-can Eurocargo the calculator, can achieve the majority of the calculation work, functions and interfaces are also good
- 2022-02-04 17:26:47下载
- 积分:1
-
VS.NET in wince using xml example, through the examples of how to wince under th...
vs.net中在wince下使用xml的例子,通过该例子可以指导如何在wince下使用C#操作xml-VS.NET in wince using xml example, through the examples of how to wince under the guidance of the use of C# operation xml
- 2023-07-29 10:15:04下载
- 积分:1
-
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除...
自动完成的复合框的实现在AutoCompleteCombo.cpp和AutoCompleteCombo.h两个文件中,用户可以把这两个文件引入自己的工程中,删除"工程名.clw"文件后退出,再次进入工程系统会提示找不到"工程名.clw"文件,选择"“是(Yes)"重新创建一个,接下来在弹出的对话框里选择"Add all"就可以在新工程中使用CAutoCompleteCombo这个类了(注意引入头文件),我在示例对话框中创建了一个CAutoCompleteCombo类型的变量"m_combo",在对话框的"nInitDialog()"函数中添加了以下语句: // TODO: Add extra initialization here m_combo.AddString("America") m_combo.AddString("British") m_combo.AddString("China") m_combo.AddString("Dalian") m_combo.AddString("England") m_combo.AddString("France") 这样,用户在输入这些字符的头几个字符(不区分大小写)就可以看到自动完成的效果了.-automatic composite frame to complete the realization of the AutoCompleteCombo.cpp and AutoCompleteCombo.h two documents, the user can introduce these two documents of the project, delete the "project name. Clw documents "to withdraw, once again entered the system is not able to find" who works. Clw "document choose "" (Yes), "a re-creation of, the next in the pop-up dialog box you select" Add all "on the new projects CA
- 2023-01-19 02:05:04下载
- 积分:1
-
这是一个物流管理系统,源代码,这个软件是基于第1个…
此为物流管理系统的源代码,此软件是基于SQL Server的数据库软件,采用ADO连接方式,功能比较强大-This is a logistics management system, source code, this software is based on the SQL Server database software, using ADO connections, more powerful features
- 2022-03-25 21:19:02下载
- 积分:1