Crate abow[][src]

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 32-bit binary 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.