Crate abow[][src]

Re-exports

pub use vocab::Vocabulary;

Modules

vocab

Implementation of a visual bag-of-words vocabulary, which provides the main functionality of this create.

Enums

BowErr

Traits

BoWTrait

Provides method(s) for computing the similarity score between bow vectors.

Type Definitions

BoW

Bag-of-Words representation of an image or descriptor set.

Desc

Supported descriptor type is 32-bit binary array.

DirectIdx

This type represents a map from features to their corresponding nodes in the Vocabulary tree.