1 个不稳定版本
0.1.0 | 2019 年 5 月 13 日 |
---|
#4 in #cv
18KB
380 代码行
A-KAZE 特征检测器、提取器和匹配器(Rust)的工具
运行演示
注意:这些演示参考了 akaze 库。
# All executables (and your code probably) should be run in release mode, otherwise
# these can be quite slow.
# Extraction
cargo run --release --bin extract_features -- test-data/2.jpg output.bin
# Matching
cargo run --release --bin extract_and_match -- -m matches.png test-data/1.jpg test-data/2.jpg testname
# Output visualizations of detected features and scale space to directory `visualization`.
cargo run --release --bin extract_features -- test-data/2.jpg output.bin -d visualization
依赖关系
~23–33MB
~314K SLoC