Crate abow

Source

Re-exports§

pub use vocab::Vocabulary;

Modules§

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

Structs§

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

Enums§

BowErr

Type Aliases§

Desc
Supported descriptor type is 256-bit array.
DirectIdx
A map from features to their corresponding nodes in the Vocabulary tree. Each feature maps to several nodes, up to one for each level of the tree.
IdPath
The path from the root to the leaf for a given feature.