#232 · Primary category: Computer Vision
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.
Project last updated:07/22/25
GitHub Stars
1.1K
Forks
70
Contributors
12
License
Other
Why we included this project
Developers doing geometry-heavy computer vision in Rust have a genuine alternative to binding into OpenCV. The mono-repo gathers pure-Rust crates covering camera models, feature detection and description, geometric estimation, multi-view triangulation, and structure-from-motion. That covers photogrammetry, pose estimation, SLAM-style pipelines, and 3D reconstruction. Each crate is an independent dependency with its own documentation, so you can pull in just the eight-point algorithm or the Akaze feature detector instead of adopting a whole framework. The tutorials and the batteries-included `cv` crate help get a first pipeline running quickly. This is not a deep-learning library; it targets the traditional algorithmic layer rather than neural networks and GPU inference.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)