sift-features

Crates.iosift-features
lib.rssift-features
version0.1.0
sourcesrc
created_at2024-09-10 17:14:21.893665
updated_at2024-09-10 17:14:21.893665
descriptionImplementation of SIFT image features, compatible with OpenCV
homepage
repositoryhttps://github.com/tnibler/sift-features
max_upload_size
id1370636
size2,148,648
(tnibler)

documentation

README

SIFT features for Rust

This crate contains an implemenation of the SIFT image descriptor. It aims to be compatible with the implementation found in OpenCV's feature2d module and you should be able to match features extracted with OpenCV and this crate.

Useful resources:

The code tries to follow [4] (Anatomy of the SIFT Method) in particular. It deviates in a few places to be compatible with the SIFT implementation OpenCV, namely how histograms are smoothed, angle computations and some details in how the final descriptor vector is calculated.

Commit count: 0

cargo fmt