Path to this page:
./
math/flann-lib,
Fast Library for Approximate Nearest Neighbors
Branch: CURRENT,
Version: 1.9.2,
Package name: flann-lib-1.9.2,
Maintainer: thomas.orgisFLANN 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.
Master sites:
Filesize: 33829.843 KB
Version history: (Expand)
- (2022-11-02) Updated to version: flann-lib-1.9.2
- (2021-04-27) Package added to pkgsrc.se, version flann-lib-1.9.1 (created)
CVS history: (Expand)
2022-11-01 22:29:07 by Adam Ciarcinski | Files touched by this commit (5) |  |
Log message:
flann-lib: updated to 1.9.2
Version 1.9.2
* Removed redundant assignment
* Removed unnecessary null checks before delete
* Reverted PR 424 due to lack of portability
* fscanf fix
* Out of bounds check
* Fixed MacOS build
* Fixed build system with dummy.c hack
* Fixed misleading indentation in util/any.h
* Included datasets in repo
* Correct typo in definition
* Fix typos
* CMakefile CUDA sources fix
* Documentation fix
* Scoping issue fix
* Documentation fixes
* Changed return value
* Fixed CUDA crash - guarantee prealloc > 0
* Fixed wrong variable use
* Fixed RNG initialization
* Updated link to PDF
|
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Remove SHA1 hashes for distfiles
|
2021-05-03 11:26:42 by Dr. Thomas Orgis | Files touched by this commit (2) |
Log message:
math/flann-lib: cleanup for proper distname among others
|
2021-04-27 17:26:34 by Dr. Thomas Orgis | Files touched by this commit (1) |
Log message:
math/flann-lib: fix buildlink for move from wip
|
2021-04-27 17:16:46 by Dr. Thomas Orgis | Files touched by this commit (6) |
Log message:
math/flann-lib: added library for nearest-neighbor search
|