macOS
brew install flannlocal Homebrew formula metadata
sudo port install flannMacPorts ports tree · science/flann/Portfile · 来源: api.github.com
安装
brew install flannlocal Homebrew formula metadata
sudo port install flannMacPorts ports tree · science/flann/Portfile · 来源: api.github.com
sudo apk add flannAlpine Linux edge package indexes · flann · 来源: dl-cdn.alpinelinux.org
sudo dnf install flannFedora Rawhide package metadata · flann · 来源: dl.fedoraproject.org
nix profile install nixpkgs#flannnixpkgs package indexes · pkgs/by-name/fl/flann/package.nix · 来源: api.github.com
sudo pacman -S flannArch Linux sync databases · flann · 来源: geo.mirror.pkgbuild.com
sudo apt install flann-docDebian stable package indexes · flann-doc · 来源: deb.debian.org
sudo zypper install flann-developenSUSE Tumbleweed package metadata · flann-devel · 来源: download.opensuse.org
概览
Fast Library for Approximate Nearest Neighbors
历史
FLANN, the Fast Library for Approximate Nearest Neighbors, is a C++ library for fast approximate nearest-neighbor search in high-dimensional spaces. Its README describes both a collection of nearest-neighbor algorithms and automatic selection of an algorithm and parameters for a given dataset.
The public repository history begins in 2007, and the project was documented academically in the 2009 Muja and Lowe VISAPP paper on automatic algorithm configuration for approximate nearest neighbors. The project later exposed C, MATLAB, Python, and Ruby bindings around the C++ implementation, making the research code useful as a packaged native library rather than only as an experiment.
FLANN became a common dependency in scientific, machine-learning, and computer-vision packaging because it provides a reusable native nearest-neighbor engine with bindings. Homebrew packages it as a formula, while the official README points users to release archives and source checkout for development.
Users bring FLANN into applications that need approximate nearest-neighbor lookup over feature vectors or other high-dimensional data. The bundled package executables are examples; the main package value is the library and its language bindings.
FLANN is package-nerd interesting because it is classic research software that became infrastructure: a C++ core, language bindings, release archives, example binaries, and packaging concerns around native builds rather than a single end-user CLI.
安全态势
library-like package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
flann_example_c | cli | 全局可执行文件 | |
flann_example_cpp | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/flann-lib/flann
安装元数据
| 软件包键 | brew:flann |
|---|---|
| 版本 | 1.9.2 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/flann |
| 主页 | https://github.com/flann-lib/flann |
| 仓库 | https://github.com/flann-lib/flann |
| 上游文档 | https://github.com/flann-lib/flann#readme |
| 许可证 | BSD-3-Clause |
| 源码归档 | https://github.com/flann-lib/flann/archive/refs/tags/1.9.2.tar.gz |
| 依赖 | hdf5, lz4 |
| 构建依赖 | cmake, pkgconf |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | flann |
| Version Scheme | 0 |
| Revision | 4 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
flann-doc 1.9.2+dfsg-2
Fast Library for Approximate Nearest Neighbors - documentation
http://www.cs.ubc.ca/research/flann/
sudo apt install flann-doclibflann-dev 1.9.2+dfsg-2+b2
Fast Library for Approximate Nearest Neighbors - development
http://www.cs.ubc.ca/research/flann/
sudo apt install libflann-devlibflann1.9 1.9.2+dfsg-2+b2
Fast Library for Approximate Nearest Neighbors - runtime
http://www.cs.ubc.ca/research/flann/
sudo apt install libflann1.9flann
nix profile install nixpkgs#flannflann-doc 1.9.2+dfsg-2build1
Fast Library for Approximate Nearest Neighbors - documentation
http://www.cs.ubc.ca/research/flann/
sudo apt install flann-doclibflann-dev 1.9.2+dfsg-2build1
Fast Library for Approximate Nearest Neighbors - development
http://www.cs.ubc.ca/research/flann/
sudo apt install libflann-devlibflann1.9 1.9.2+dfsg-2build1
Fast Library for Approximate Nearest Neighbors - runtime
http://www.cs.ubc.ca/research/flann/
sudo apt install libflann1.9flann 1.9.2-r1
Fast Library for Approximate Nearest Neighbors
https://github.com/flann-lib/flann
sudo apk add flannflann-dev 1.9.2-r1
Fast Library for Approximate Nearest Neighbors (development files)
https://github.com/flann-lib/flann
sudo apk add flann-devflann-doc 1.9.2-r1
Fast Library for Approximate Nearest Neighbors (documentation)
https://github.com/flann-lib/flann
sudo apk add flann-docflann 1.9.2-16.fc45
Fast Library for Approximate Nearest Neighbors
http://www.cs.ubc.ca/research/flann
sudo dnf install flannflann-devel 1.9.2-16.fc45
Development headers and libraries for flann
http://www.cs.ubc.ca/research/flann
sudo dnf install flann-develflann-static 1.9.2-16.fc45
Static libraries for flann
http://www.cs.ubc.ca/research/flann
sudo dnf install flann-staticpython3-flann 1.9.2-16.fc45
Python bindings for flann
http://www.cs.ubc.ca/research/flann
sudo dnf install python3-flannflann 1.9.2-7
A library for performing fast approximate nearest neighbor searches in high dimensional spaces
https://github.com/flann-lib/flann
sudo pacman -S flannflann-devel 1.9.2-3.10
Development files for flann
https://www.cs.ubc.ca/research/flann/
sudo zypper install flann-devel来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.