[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#652103: ITP: nanoflann -- C++ header-only fork of the FLANN library for KD-trees



Package: wnpp
Severity: wishlist
Owner: "Jose Luis Blanco (University of Malaga)" <joseluisblancoc@gmail.com>

* Package name    : nanoflann
  Version         : 1.1.0
  Upstream Author : Jose Luis Blanco Claraco <joseluisblancoc@gmail.com>
* URL             : http://code.google.com/p/nanoflann/
* License         : BSD
  Programming Lang: C++
  Description     : C++ header-only fork of the FLANN library for KD-trees

nanoflann is a C++ header-only library for building KD-Trees, mostly optimized 
for 2D or 3D point clouds. Queries for neighbors around any arbitrary location 
in space can then be solved quickly and efficiently using Approximate Nearest 
Neighbor (ANN) algorithms.

This implementation is roughly one order of magnitude faster than some other 
popular KD-tree libraries.

nanoflann does not require compiling or installing any binary library, just 
an #include <nanoflann.hpp> in your code.

This library is a fork (and a subset) of the `flann` library, by Marius Muja 
and David G. Lowe, which was started by Jose Luis Blanco Claraco. Following 
the original license terms, nanoflann is distributed under the BSD license.



Reply to: