#258 · Primary category: Computer Vision
Sophus
C++ implementation of Lie Groups using Eigen.
Project last updated:07/06/24
GitHub Stars
2.4K
Forks
671
Contributors
53
License
Other
Why we included this project
Sophus gives C++ projects a dependable way to handle rotations and rigid-body transforms without hand-rolling the math. It implements the SO(2), SO(3), SE(2), and SE(3) Lie groups on top of Eigen, with header-only classes that compose poses, transform points, and map between Lie algebras and groups during optimization. That makes it a common building block in visual SLAM, structure-from-motion, bundle adjustment, visual odometry, and camera calibration code, where the Jacobians and perturbation conventions are already worked out. The original library is now in maintenance mode, so think of it as a stable, battle-tested dependency rather than something adding new features; the follow-up work is happening in the sophus2 rewrite and a Rust port.
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)