Thanks to visit codestin.com
Credit goes to docs.rs
Docs.rs
abow-0.4.2
abow 0.4.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
donkeyteethUX
Dependencies
bincode ^1.3
normal
optional
bitvec ^1.0
normal
opencv ^0.65
normal
optional
rand ^0.8
normal
serde ^1.0
normal
smallvec ^1.6
normal
thiserror ^1.0
normal
Versions
70.59%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate abow
abow
0.4.2
All Items
Crate Items
Re-exports
Modules
Structs
Enums
Type Aliases
Crate
abow
Copy item path
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.
Direct
Idx
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.