Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.
/ akaze Public archive

Implementation of AKAZE based on the one originally by indianajohn

License

Notifications You must be signed in to change notification settings

rust-cv/akaze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of AKAZE based on the one originally by indianajohn

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages