akaze-util

Crates.ioakaze-util
lib.rsakaze-util
version0.1.0
sourcesrc
created_at2019-05-13 04:13:56.719375
updated_at2019-05-13 04:13:56.719375
descriptionUtilities for akaze-rust.
homepagehttps://github.com/indianajohn/akaze-rust/
repositoryhttps://github.com/indianajohn/akaze-rust/
max_upload_size
id133920
size17,399
(indianajohn)

documentation

README

Utilities for A-KAZE Feature Detector, Extractor, and Matcher for Rust

Running Demonstrations

Note: These demonstrations refer to the the akaze crate.

# 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
Commit count: 132

cargo fmt