| Crates.io | akaze-util |
| lib.rs | akaze-util |
| version | 0.1.0 |
| created_at | 2019-05-13 04:13:56.719375+00 |
| updated_at | 2019-05-13 04:13:56.719375+00 |
| description | Utilities for akaze-rust. |
| homepage | https://github.com/indianajohn/akaze-rust/ |
| repository | https://github.com/indianajohn/akaze-rust/ |
| max_upload_size | |
| id | 133920 |
| size | 17,399 |
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