How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
GTSAM is a library of C++ classes that implement smoothing and mapping (SAM) in robotics and vision, using factor graphs and Bayes networks as the underlying computing paradigm rather than sparse matrices.
Figure 1: Example Results Visualization. More examples can be found here.
KFCore is a lightweight and efficient Kalman Filter library implemented in C, C++, and MATLAB. Designed for both embedded systems and research applications, KFCore offers numerically stable algorithms with minimal dependencies and low memory usage. By leveraging advanced formulations and…
openMVG is a computer vision geometry library and toolkit for multiple view geometry. It serves as a framework for structure from motion and 3D scene reconstruction, providing the tools necessary to recover 3D point clouds and camera poses from collections of 2D images. The library implements both global and incremental structure-from-motion pipelines. It uses geometric algorithms to calculate camera pose estimation and image localization, employing Levenberg-Marquardt bundle adjustment to refine 3D coordinates and camera parameters by minimizing reprojection error. The project covers a broa
A library for differentiable nonlinear optimization
The main features of facebookresearch/theseus are: Robotics Algorithms.
Open-source alternatives to facebookresearch/theseus include: borglab/gtsam — GTSAM is a library of C++ classes that implement smoothing and mapping (SAM) in robotics and vision, using factor… gisbi-kim/nano-pgo — Figure 1: Example Results Visualization. More examples can be found here. jnz/kfcore — KFCore is a lightweight and efficient Kalman Filter library implemented in C, C++, and MATLAB. Designed for both… openmvg/openmvg — openMVG is a computer vision geometry library and toolkit for multiple view geometry. It serves as a framework for…