博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
flann matlab,FLANN 快速的(近似)最近邻开源库
阅读量:4475 次
发布时间:2019-06-08

本文共 1331 字,大约阅读时间需要 4 分钟。

FLANN - Fast Library for Approximate Nearest Neighbors

FLANN is a library for performing fast approximate nearest neighbor searches in high dimensional spaces. It contains a collection of algorithms we found to work best for nearest neighbor search and a system for automatically choosing the best algorithm and optimum parameters depending on the dataset. FLANN is written in C++ and contains bindings for the following languages: C, MATLAB, Python, and Ruby.

Documentation

Check FLANN web page here.

Documentation on how to use the library can be found in the doc/manual.pdf file included in the release archives.

More information and experimental results can be found in the following paper:

Marius Muja and David G. Lowe, "Fast Approximate Nearest Neighbors with Automatic Algorithm Configuration", in International Conference on Computer Vision Theory and Applications (VISAPP'09), 2009 (PDF) (BibTex)

Getting FLANN

If you want to try out the latest changes or contribute to FLANN, then it's recommended that you checkout the git source repository: git clone git://github.com/mariusmuja/flann.git

If you just want to browse the repository, you can do so by going here.

Conditions of use

FLANN is distributed under the terms of the BSD License.

Bug reporting

Please report bugs or feature requests using github's issue tracker.

转载地址:http://ubips.baihongyu.com/

你可能感兴趣的文章
Linux计划任务crontab
查看>>
《BI那点儿事》数据流转换——模糊分组转换
查看>>
索引学习 查找 数据结构 梳理
查看>>
阿里社招-1
查看>>
大量数据导入到服务器
查看>>
22.文本框验证和外部url的调用
查看>>
2017-2018-1 20155226 《信息安全系统设计基础》第四周学习总结
查看>>
方法(参数的传递)
查看>>
Vue Baidu Map 插件的使用
查看>>
再一次写爬虫 - 爬取猫眼电影 Top100 榜
查看>>
转 网页设计中文字颜色的搭配技巧
查看>>
强制下线功能
查看>>
学生信息管理系统(C语言版本)
查看>>
如何花两年时间面试一个人
查看>>
条件转移指令
查看>>
svn update错误
查看>>
discuzX3后台管理插件开发示例一 用户表查询
查看>>
简易学生成绩管理管理系统(java描述)
查看>>
UITableView中cell里的UITextField不被弹出键盘挡住
查看>>
POJ 2509
查看>>