akaze

Crates.ioakaze
lib.rsakaze
version0.7.0
sourcesrc
created_at2018-10-13 23:02:18.438799
updated_at2020-06-23 06:39:08.17184
descriptionAKAZE feature extraction algorithm for computer vision
homepage
repositoryhttps://github.com/rust-cv/akaze
max_upload_size
id89768
size911,851
publishers (github:rust-cv:publishers)

documentation

https://docs.rs/akaze/

README

akaze

Discord Crates.io MIT/Apache docs.rs LoC Tests Lints

AKAZE feature extraction algorithm for computer vision

Implementation of AKAZE based on the one by indianajohn. He gave me permission to copy this here and work from that, as his job conflicts with maintainership. The crate is greatly changed from the original.

See tests/estimate_pose.rs for a demonstration on how to use this crate.

This crate adds several optimizations (using ndarray) to the original implementation and integrates directly into the rust-cv ecosystem for ease-of-use. This crate does not currently use threading to speed anything up, but it might be added as a Cargo feature in the future.

The original implementation can be found here: https://github.com/pablofdezalc/akaze

The previous rust implementation can be found here: https://github.com/indianajohn/akaze-rust

The main site for the algorithm is normally here, but it was down, so I found another link to the paper: http://www.bmva.org/bmvc/2013/Papers/paper0013/paper0013.pdf

Commit count: 69

cargo fmt