Note: These demonstrations refer to the the akaze crate.
```bash
cargo run --release --bin extract_features -- test-data/2.jpg output.bin
cargo run --release --bin extractandmatch -- -m matches.png test-data/1.jpg test-data/2.jpg testname
visualization
.cargo run --release --bin extract_features -- test-data/2.jpg output.bin -d visualization ```