Crate abow
Source pub use vocab::Vocabulary;
- vocab
- Implementation of a visual bag-of-words vocabulary,
which provides the main functionality of this create.
- BoW
- Bag-of-Words representation of an image or descriptor set.
- BowErr
- 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.