https://github.com/rust-cv/hamming-dict
Generates codeword dictionaries for hamming-space BoW algorithms
https://github.com/rust-cv/hamming-dict
Last synced: 3 months ago
JSON representation
Generates codeword dictionaries for hamming-space BoW algorithms
- Host: GitHub
- URL: https://github.com/rust-cv/hamming-dict
- Owner: rust-cv
- License: mit
- Created: 2021-07-13T04:54:37.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-23T08:08:21.000Z (almost 5 years ago)
- Last Synced: 2025-12-14T02:26:07.985Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hamming-dict
[![Discord][dci]][dcl] [![Crates.io][ci]][cl] ![MIT/Apache][li] [![docs.rs][di]][dl] ![LoC][lo] ![Tests][btl] ![Lints][bll] ![no_std][bnl]
[ci]: https://img.shields.io/crates/v/hamming-dict.svg
[cl]: https://crates.io/crates/hamming-dict/
[li]: https://img.shields.io/crates/l/specs.svg?maxAge=2592000
[di]: https://docs.rs/hamming-dict/badge.svg
[dl]: https://docs.rs/hamming-dict/
[lo]: https://tokei.rs/b1/github/rust-cv/hamming-dict?category=code
[dci]: https://img.shields.io/discord/550706294311485440.svg?logo=discord&colorB=7289DA
[dcl]: https://discord.gg/d32jaam
[btl]: https://github.com/rust-cv/hamming-dict/workflows/tests/badge.svg
[bll]: https://github.com/rust-cv/hamming-dict/workflows/lints/badge.svg
[bnl]: https://github.com/rust-cv/hamming-dict/workflows/no-std/badge.svg
Generates codeword dictionaries for hamming-space BoW algorithms