登录
首页 » Windows开发 » 基于OpenCV的SIFT实现中的kd-tree改进算法BBF算法

基于OpenCV的SIFT实现中的kd-tree改进算法BBF算法

于 2023-06-14 发布 文件大小:9.14 kB
0 141
下载积分: 2 下载次数: 1

代码说明:

BBF(Best Bin First)是一种改进的k-d树最近邻查询算法。从前两篇标准的k-d树查询过程可以看出其搜索过程中的“回溯”是由“查询路径”来决定的,并没有考虑查询路径上数据点本身的一些性质。BBF的查询思路就是将“查询路径”上的节点进行排序,如按各自分割超平面(称为Bin)与查询点的距离排序。回溯检查总是从优先级最高的(Best Bin)的树节点开始。另外BBF还设置了一个运行超时限制,当优先级队列中的所有节点都经过检查或者超出时间限制时,算法返回当前找到的最好结果作为近似的最近邻。采用了best-bin-first search方法就可以将k-d树扩展到高维数据集上。

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

发表评论

0 个回复

  • 这是偶的 图形计算器的 vc 课程设计 功能很多 有科学计算...
    这是偶开发的 图形计算器的 vc 课程设计 功能很多 有科学计算-Calculator
    2022-07-20 13:45:33下载
    积分:1
  • listbox添加位图按钮
    listbox每个Item中加载不同BMP,并重绘按钮功能。点击item进行切换相应界面,显示不同空间及文本信息。
    2023-06-08 23:00:03下载
    积分:1
  • Josephus write a problem solving function. With the sequence of integers 1, 2, 3...
    编写一个求解Josephus问题的函数。用整数序列1, 2, 3, ……, n表示顺序围坐在圆桌周围的人。然后使用n = 9, s = 1, m = 5,以及n = 9, s = 1, m = 0,或者n = 9, s = 1, m = 10作为输入数据,检查你的程序的正 确性和健壮性。最后分析所完成算法的时间复杂度。定义JosephusCircle类,其中含完成初始化、报数出圈成 员函数、输出显示等方法。-Josephus write a problem solving function. With the sequence of integers 1, 2, 3, ... ..., n the order of sitting around the round table, said the people around. And then use n = 9, s = 1, m = 5, and n = 9, s = 1, m = 0, or n = 9, s = 1, m = 10 as input data, check the correctness of your program and robustness. Completed the final analysis, the algorithm" s time complexity. Definition JosephusCircle class, which included the completion of initialization, reported that the number of member functions of a circle, the output display and other methods.
    2022-04-13 07:18:12下载
    积分:1
  • 将灰度级图像分割为二进制级
    segment gray level image into binary level -segmentate gray level image into binary level
    2022-06-21 18:29:47下载
    积分:1
  • Public System procedure for delphi
    delphi公共系统程序
    2022-12-12 14:50:04下载
    积分:1
  • 视觉基础中的游戏浓度
    A Game concentration in Visual Basic
    2023-09-08 20:50:02下载
    积分:1
  • two of the plan is an algorithm
    二部图的一个算法-two of the plan is an algorithm
    2022-10-06 04:50:03下载
    积分:1
  • 用c++编写的一个文字识别程序,很有参考价值。
    用c++编写的一个文字识别程序,很有参考价值。-Using c++ written in a text recognition program, great reference value.
    2023-02-22 08:10:04下载
    积分:1
  • 基于零树小波的图像压缩算法,针对零树小波有效的提供了演示和支持...
    基于零树小波的图像压缩算法,针对零树小波有效的提供了演示和支持-Zerotree wavelet-based image compression algorithms, wavelet against Zerotree provide effective support for the demonstration and
    2022-03-03 01:48:04下载
    积分:1
  • libcurl for windows automobile
    libcurl is a free and easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-07-05 07:28:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载