Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

FLANN - Fast Library for Approximate Nearest Neighbors

Compare

  Analyzed about 7 hours ago

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 ... [More] dataset. FLANN is written in C++ and contains bindings for the following languages: C, MATLAB and Python. [Less]

20.2K lines of code

5 current contributors

about 3 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

PH-Tree

Compare

  Analyzed 1 day ago

The PH-Tree is a multi-dimensional spatial index structure. It is a 'trie' version of a quadtree. Properties: no rebalancing, ever. Depth limited to 64 nodes. Fast updates, window queries and kNN queries. Scales very well with large datasets (10M+) and prefers clustered data over evenly distributed ... [More] data. PDFs with a description can be found in the source code. [Less]

48.5K lines of code

2 current contributors

7 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This