rust-cv/cv
Rust CV mono-repo. Contains pure-Rust dependencies which attempt to encapsulate the capability of OpenCV, OpenMVG, and vSLAM frameworks in a cohesive set of APIs. observed · 2026-08-28
Health v2 · maintenance only
47/100
- Activity 33
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2342
- days_rel: n/a
- days_push: 407
- n_releases_24m: 0
Adoption not part of the score
1063 stars · 70 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Rust CV is a mono-repo of pure-Rust computer vision crates aiming to encapsulate capabilities of OpenCV, OpenMVG, and vSLAM frameworks in cohesive APIs. It supports #[no_std] where possible and focuses on non-ML algorithms like image processing and photogrammetry.
Use cases
- implement computer vision algorithms in pure Rust without OpenCV dependencies
- build embedded or no_std computer vision applications
- perform photogrammetry and camera calibration tasks in Rust
- replace OpenCV with a Rust-native set of vision APIs
- learn computer vision through a Rust tutorial book
When to choose
- you want pure-Rust computer vision with no C++ bindings
- you need no_std support for embedded vision work
- you prefer statistical/geometry-based algorithms over ML-heavy approaches
When to avoid
- you need mature ML-based vision models like CNNs or face detection out of the box
- you need the full breadth and maturity of OpenCV
- you require a permissively unified license, since crates have individual licenses
Facets
library · maturity active
computer-vision image-processing computer-vision image-processing rust cross-platform no-std photogrammetry mono-repo pure-rust opencv-alternative
2 sources
- readme: https://github.com/rust-cv/cv · fetched 2026-08-28 · 99690d2af5ff
- registry_crates: https://crates.io/api/v1/crates/cv · fetched 2026-08-29 · 7ae7efa3fdb2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rust-cv/cv | main | 47 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem