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

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

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

代码说明:

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

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

发表评论


0 个回复

  • 一些可能用的到的图标资源
    一些可能用的到的图标资源-some might use the resources of the icon
    2022-03-03 03:58:49下载
    积分:1
  • snake that is on mobile phones, good game
    snake that is on mobile phones, good game
    2022-06-27 06:07:09下载
    积分:1
  • xml
    读写xml文档,并可以在编码间相互转换,UTF-8-xml
    2022-06-11 12:57:35下载
    积分:1
  • Windows Mobile homeskin
    windows 手机homeskin-windows mobile homeskin
    2022-02-05 02:08:15下载
    积分:1
  • COBF (aka C
    COBF (aka C-Obfuscator) is a program which manipulates C or C++ sourcefiles in a way that they aren t readable by human beings but they remain compilable. The benefit of COBF lies in the distribution of programs (freeware, shareware, commercial software etc.): The distribution as a executable binary is often too inflexible (especially for Unix or Windows NT, because it is normally not feasible to support all possible platforms) on the other side one might not give away the sourcecode (e. g. it looks poor [badly commented, Spaghetti code], or you just want to prevent plagiarism). Here COBF can play an important role: It removes all comments and sourcecode formattings and renames all variable and function identifiers. See files.txt for a complete list of the files provided with the cobf zip archive! See doc/ for the COBF manual!
    2022-07-21 12:34:20下载
    积分:1
  • 51反汇编VB源码
    51反汇编VB源码,能对51单片机的机器码进行反汇编,是学习51和VB的好例程.
    2022-02-05 07:02:56下载
    积分:1
  • 我自己做的银行管理系统 代码很简单的 很好看懂的啊 !!! 户 存款 取款 转帐 查询 修改密码 注销...
    我自己做的银行管理系统 代码很简单的 很好看懂的啊 !!! 开户 存款 取款 转帐 查询 修改密码 注销-my own bank management system code is very simple to understand the good ah! ! ! Account deposits withdrawals transfer inquiry alter the code written off
    2022-04-12 04:26:28下载
    积分:1
  • 在网页上实现Tabe Panel等类似的机能
    在网页上实现Tabe Panel等类似的机能-Tabe Panel on the page, etc. to achieve a similar function
    2022-02-22 07:09:17下载
    积分:1
  • JULIA之C语言源代码
    JULIA之C语言源代码-JULIA on C language source code
    2022-01-28 19:21:53下载
    积分:1
  • 龟图,用vc实现,我写的第一个小程序,可以在dos环境下画出任意的直角图形...
    龟图,用vc实现,我写的第一个小程序,可以在dos环境下画出任意的直角图形-turtles map, using vc realized, I wrote a small section of the procedure, the environment dos draw arbitrary rectangular graphics
    2022-09-27 16:15:03下载
    积分:1
  • 696518资源总数
  • 105243会员总数
  • 13今日下载