Crate abow

source · []

Re-exports

pub use vocab::Vocabulary;

Modules

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

Structs

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

Enums

Type Definitions

Supported descriptor type is 256-bit array.

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.

The path from the root to the leaf for a given feature.